@font-face {
    font-family: SourceSansPro-Regular;
    src: url(../../fonts/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: SourceSansPro-Light;
    src: url(../../fonts/SourceSansPro-Light.ttf);
}

@font-face {
    font-family: SourceSansPro-Semibold;
    src: url(../../fonts/SourceSansPro-Semibold.otf);
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url(../../fonts/SourceSansPro-Bold.otf);
}

body {
    font-family: SourceSansPro-Regular;
}

.alert{
    margin-top:12px;
}
#login form select{
    width:100%;
}

a {
    text-decoration: none !important;
}

a, input, textarea {
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control::placeholder {
    color: #187a8e;
    opacity: 1;
}

/*
.form-control{
    min-height: 38px;
}
*/

#login {
    padding-top: 190px;
    background-image: url("../../img/front-end/login.jpg");
    background-size: cover;
    min-height: 100vh;
    position: relative;
    background-position: center;

}
#login.register{
    //background-image: url("../../img/front-end/login_signup_bg.jpg");
    padding-top: 130px;
    //background-image: url("../../img/front-end/login.jpg");
    background-image: unset;
    //background: linear-gradient(0deg, rgba(22,22,22,0.8) 0%, rgba(22, 22, 22, 0.8) 83%, rgba(22,22,22,0.55) 91%, rgba(22,22,22,0.3) 100%);
    background-color: rgba(22,22,22,0.6);
}
.bg_layer{
    background-image: url("../../img/front-end/login.jpg");
    position: fixed;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#login .icon img {
    max-width: 40%;

}

#login .content {
    min-width:280px;
    width: 20%;
    margin: auto;
    padding-top: 55px;
}


#login form {
    margin-top: 20px;
}

#login form input {
    background: rgba(0, 145, 175, 0.3);
    border-radius: 17px;
    border: 0;
    padding-left: 47px;
    color: #0ad5ff;
}


#login form select:hover:focus {
    background: #fff;
    color:#666666;
}
#login form select {
    background: rgba(0, 145, 175, 0.15);
    border-radius: 17px;
    border: 0;
    padding-left: 10px;
    color: #0ad5ff;


    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    //background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,
#e5e5e5 100%);
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, rgba(0, 145, 175, 0.3) 0%,
rgba(0, 145, 175, 0.3) 100%);
    
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

section#login form .form-group {
    position: relative;
}

section#login form .form-group:first-of-type:before {

    background-image: url(../../img/front-end/icons/message-icon-01.png);

}
section#login .content-register form .form-group:first-of-type:before,
section#login .content-register form .form-group:nth-of-type(2):before{
    background: none;
}

section#login form .form-group:nth-of-type(2):before {

    background-image: url(../../img/front-end/icons/password-icon-01.png);

}

section#login form label.m-checkbox, section#login form a {
    color: #FFF;
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 1px;
    font-family: SourceSansPro-Light;
}

section#login form .form-group:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 20px;
    line-height: 25px;
    color: #0575e6;
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 18px;
}

.m-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.m-checkbox {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.m-checkbox > span {
    border-radius: 3px;
    background: #08a0bf;
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
}

.m-checkbox > input:checked ~ span:after {
    display: block;
}

.m-checkbox.m-checkbox--focus > span:after {
    border: solid #fff;
}

.m-checkbox > span:after {
    border: solid #fff;
}

.m-checkbox > span:after {
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
}

.m-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}

.submit button {
    color: #fff;
    background-color: #08a0bf;
    width: 140px;
    padding: 5px 0;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 17px;
    letter-spacing: 1px;
}

a.create-account {
    display: block;
    margin-top: 20px;
    color: #cacaca;
}

.copyright {
    color: #cacaca;
    font-size: 14px;
    font-family: SourceSansPro-Light;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




/************** register */
#login .content-register{
    width: 35%;
    min-width: 520px;
}
section#login .content-register form label{
    color: #00d4ff;
    font-size: 14px;
    opacity: 0.7;
    letter-spacing: 1px;
}
section#login .content-register form input{
    padding-left: 15px;
}
#login.register {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}





@media (max-width: 767px) {
    #login {
        background-position: center;
    }

    #login .content, #login .content-register{
        width: 78%;
        min-width:unset;
    }
    #login.register {
        background-size: cover ;
    }  .submit button {
        
           margin-bottom: 40px;
       }
}

@media (min-width: 1370px) {
    #login .icon img {
        max-width: 65%;
    }

    #login {
        padding-top: 290px;
    }

    #login form {
        margin-top: 40px;
    }

    #login form input {
        margin-bottom: 25px;
    }

    .submit button {
        margin-top: 35px;
    }

    a.create-account {
        margin-top: 50px;
    }


}