/* login-v2.css */
*{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
}
html, body{
    min-height: 100%;
}
body{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a7eb9+0,348e97+100 */
    background: #4a7eb9 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #4a7eb9 0%, #348e97 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4a7eb9 0%,#348e97 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4a7eb9 0%,#348e97 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7eb9', endColorstr='#348e97',GradientType=0 ) !important; /* IE6-9 */
}

#bg-images{
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    opacity: .4;
    background-position: center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

#logo-container{
    margin-top: 50px;
}
main#content{
    height: 100%;
}
main#content .container{
    padding-right: 40px;
    padding-left: 40px;
}

#daily-message{
    position: absolute;
    bottom: 0;
    color: #FFF;
    padding-bottom: 20px;
    width: calc(100% - 80px);
}

@media (min-width: 768px)
{
    #daily-message {
        max-width: 750px;
    }
}
@media (min-width: 992px)
{
    #daily-message {
        max-width: 970px;
    }
}
@media (min-width: 1200px)
{
    #daily-message {
        max-width: 1170px;
    }
}


#daily-message .title{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: -40px;
    margin-right: -40px;
}

#daily-message .title:before{
    content: "";
    border-bottom: 1px dashed #FFF;
    display: inline-block;
    margin-right: 15px;
    width: calc(50% - 77px);
    margin-bottom: 5px;
}
#daily-message .title:after{
    content: "";
    border-bottom: 1px dashed #FFF;
    display: inline-block;
    margin-left: 15px;
    width: calc(50% - 77px);
    margin-bottom: 5px;
}
#daily-message i.detail{
    display: block;
    font-size: 11px;
    margin-bottom: 7px;
    margin-left: -25px;
    margin-right: -25px;
}
#daily-message i.person{
    display: block;
    font-size: 11px;
    margin-left: -25px;
    margin-right: -25px;
}

form#login-form{

}
.form-control{
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    outline-style:none !important;
    border-bottom: 1px solid #FFF !important;
    /*webkit-text-fill-color: #FFF !important;*/
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    border-bottom: 1px solid #FFF;
    -webkit-text-fill-color: #FFF;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}


.form-control::-webkit-input-placeholder { /* Chrome */
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    opacity: .7;
    font-weight: 300;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    opacity: .7;
    font-weight: 300;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    opacity: .7;
    font-weight: 300;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    opacity: .7;
    font-weight: 300;
}


button.login-btn{
    background: #4dbf8d;
    color: #FFF;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
}
button.login-btn:active,
button.login-btn:hover,
button.login-btn:focus{
    background: #319469 !important;
    color: #FFF !important;
}
#passwd-reset-or-sign-up{
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
}
#passwd-reset-or-sign-up a{
    font-weight: bold;
    color: #FFF;
}
form#login-form input#email{
    padding-left: 0;
    padding-right: 24px;
}

form#login-form input#passwd{
    padding-left: 0;
    padding-right: 24px;
}

form#login-form .form-control-feedback.email{
    content: "";
    background: url("../img/login-user-icon.png?v=3") no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 22px;
    right: 0;
    top: 5px;
}
form#login-form .form-control-feedback.passwd{
    content: "";
    background: url("../img/login-passwd-icon.png?v=3") no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 22px;
    right: 0;
    top: 5px;
}
#slogan{
    color: #FFF;
    margin-bottom: 20px;
}
#slogan span{
    display: block;
    font-size: 18px;
    font-weight: 300;
}
#slogan b{
    font-size: 13px;
    font-weight: bold;
}