﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-image: url(../Content/Image/img/enotify-360-zoom-in.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.col-heading01 {
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 27px;
    margin-top: 0;
}

.col-heading02 {
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 5px;
}

.login_left02 {
    position: relative;
    z-index: 9;
}

    .login_left02 p {
        position: relative;
    }

        .login_left02 p img {
            position: absolute;
            top: 8px;
            left: 5px;
        }

.col-copyright {
    color: #fff;
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

    .col-copyright p {
        color: #fff;
        font-size: 13px;
    }

h1 {
    color: #183866;
}

label, a {
    color: #183866;
}

.clear {
    clear: both;
}

.col-my-florida {
    float: right;
    text-align: right;
}

.col-logo {
    float: left;
}

.col-header {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    display: table;
    margin-bottom: 15px;
}

.col-img2 {
    position: absolute;
    top: 0;
    left: 0;
}

.col-login-btn {
    background: #183866;
    padding: 12px 50px;
    border: 0;
    color: #fff;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
}

.col-forgor {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.col-new-user-btn {
    background: #ffd600;
    padding: 12px 50px;
    border: 0;
    color: #fff;
    border-radius: 3px;
    width: 307px;
    font-size: 14px;
    float: right;
    color: #183866;
    cursor: pointer;
    text-align: center;
}

.login {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    display: table;
    background: #183866;
    position: relative;
}

.login_box label {
    margin-bottom: 5px;
    float: left;
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
}

.login_left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 42px;
    position: relative;
    padding-top: 50px;
}

.login_box {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 42px;
    background: #fff;
}

.login_left p {
    margin-bottom: 28px;
    color: #fff;
    line-height: 30px;
    padding-left: 65px;
}

.login_box input {
    width: 100%;
    height: 42px;
    padding: 5px;
    border: solid 1px #716e6e;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}
@media only screen and (max-width: 1110px) {
    .col-forgor {
        width: 100%;
    }


    .login_left {
        display: none;
    }

    .login {
        width: 100%;
    }

    .col-header {
        width: 100%;
    }

    .login_box {
        width: 100%;
    }

    .col-copyright {
        width: 100%;
    }
}



@media only screen and (max-width: 1110px) and (min-width: 770px) {
    .col-new-user-btn {
        float: left;
    }
}





@media only screen and (min-width: 1110px) {
    .col-container {
        /*position: absolute;
        left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
        position: initial;
        margin-top: 2% !important;
    }
}


@media only screen and (max-width: 770px) {
    .login_box input {
        width: 100%;
    }


    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    @media only screen and (max-width:480px) {

        .col-logo img {
            margin-top: 2%;
        }
    }

    .col-my-florida {
        text-align: center;
        width: 100%;
    }

    .col-logo {
        width: 100%;
        text-align: center;
    }

    .col-login-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-new-user-btn {
        width: 100%;
    }

    .login_box {
        padding: 15px;
    }
}

.alert-danger.alert-dark {
    background-color: #e46050;
}

.alert-danger.alert-dark, .alert-info.alert-dark, .alert-success.alert-dark, .alert-warning.alert-dark {
    background-image: linear-gradient(45deg,rgba(255,255,255,.04) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.04) 50%,rgba(255,255,255,.04) 75%,transparent 75%,transparent);
}

.alert-dark, .alert-dark .alert-heading, .alert-dark .alert-link {
    color: #fff;
}

.alert-dark {
    border-color: transparent;
    background: 0 0;
    background-size: 20px 20px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .alert .close {
        opacity: .4;
        color: inherit;
        text-shadow: none;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.text-danger, .text-danger a, .text-danger:active, .text-danger:focus, .text-danger:hover, .text-danger[href] {
    color: #bb2e1d !important;
    font-size: 14px;
}

label.required:after {
    margin-left: 2px;
    content: "*";
    color: red;
}

.custom-control-input {
    width: auto !important;
    height: auto !important;
}


.alert-info {
    color: #528d9e;
    border-color: #a9d5de;
    background-color: #f8ffff;
}


.form-control-feedback {
    position: absolute;
    margin-top: -40px;
    right: 45px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    /*pointer-events: none;*/
    text-decoration: none !important;
    pointer-events: auto;
    color: #444;
}


span:focus {
    outline: none;
}
