/***
Login page
***/
/* logo page */
input.form-control {
    color: #fff !important;
}
output.form-control {
    color: #fff !important;
    font: 14px Arial, sans-serif;
}
.search-plan-div {
    font-family: "PT Sans Narrow", sans-serif;
    margin: auto;
}
.search-plan-div .login-div{
    background: #00a3e9;
    height: auto;
    width: 290px;
    padding: 15px 20px 20px 20px;
    color: #fff;
    margin: 30px auto 0px;
}
.search-plan-div .login-footer{
    content: '';
    background: #018AC5;
    height: auto;
    width: 290px;
    padding: 15px 20px 20px 20px;
    text-align: center;
    margin: auto;
}
.search-plan-div .login-div .symbol-img{
    position: relative;
    left: 40%;
}
.login-div .form-title{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 12px 20px 20px 20px;
}
select.form-control{
    color: #ffff !important;
    font-size: 16px;
}
select.form-contro>option{
    color: #ffff !important;
    font-size: 16px;
    margin: 40px 0px 40px 0px !important;
}
.login-div button[type=button] {
    padding: 0 0 0 0 ;
    height: 29px;
    width: 100%;
    font-size: 12px;
    font-family: "PT Sans Narrow Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;    
    border: 1px solid #2a4773;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #2a4773;
} 
.login-div button[type=button]:active, button[type=button]:focus, button[type=button]:hover {
    color: #fff;
    background: rgba(42, 71, 115, 0.69);
} 
button[type=submit] {
    padding: 0 0 0 0 ;
    height: 29px;
    width: 100%;
    font-size: 12px;
    font-family: "PT Sans Narrow Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    /*text-shadow: 0 1px #e3f1f1;*/
    border: 1px solid #2a4773;
    /*    border-bottom: 2px solid #2a4773 !important;
        border-left: 0.08em solid #2a4773 !important;
        border-right: 0.08em solid #2a4773 !important;
        border: 2px solid #2a4773;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    /*border-radius: 16px !important;*/
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #2a4773;
    /*    background: -webkit-linear-gradient(top, #2f9ae8, #1f83bf) !important;
        background: -moz-linear-gradient(top, #2f9ae8, #1f83bf) !important;
        background: -o-linear-gradient(top, #2f9ae8, #1f83bf) !important;
        background: linear-gradient(to bottom, #2f9ae8, #1f83bf) !important;*/
} 
button[type=submit]:active, button[type=submit]:focus, button[type=submit]:hover {
    color: #fff;
    background: rgba(42, 71, 115, 0.69);
    /*    background: -webkit-linear-gradient(top, #2f9ae8, #366B8A) !important;
        background: -moz-linear-gradient(top, #2f9ae8, #366B8A) !important;
        background: -o-linear-gradient(top, #2f9ae8, #366B8A) !important;
        background: linear-gradient(to bottom, #2f9ae8, #366B8A) !important;*/
} 
.login-div .form-group .form-control {
    /*border-radius: 20px !important;*/
    background: #008ecb;
    border: 1px solid #0078ac !important;
    /*border-left: 0.08em solid #005478 !important;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(0,142,203,0.1);
}
.login-div .form-group .input-icon > i {
    color: #8bb8ea;
}
.login-div .form-group .form-control::-webkit-input-placeholder {
    color: #d6d6d6;
}
.login-div .form-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #d6d6d6;
}
.login-div .form-group .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #d6d6d6;
}
.login-div .form-group .form-control:-ms-input-placeholder {  
    color: #d6d6d6;
}
.hr {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    vertical-align: middle;
    margin-bottom: 15px;
}
.login-footer span{
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    background: #018AC5;
    text-align: center;
}
.login-options{
    margin-left: 41%;
}
.forget-password{
    color: #ffff;
}
.forget-password:focus, .forget-password:hover{
    color: #ffff;
}
.social-icons li > a {
    border-radius: 50% !important;
}
input::-webkit-calendar-picker-indicator {
    display: none;
}
.btn-etoken{
    font-size: 13px !important;
}
.modal-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.42857143;
    line-height: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2px;
    color: #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.modal-footer {
    padding: 7px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.social-icons>li>a.monpass{
    height:40px;        
    width:40px;
    background-repeat:no-repeat;    
    background-image:url(/images/portalimages/monpass.png);
    background-position:0px -40px;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;}
.social-icons>li>a.tridum{
    height:40px;        
    width:40px;    
    background-repeat:no-repeat;    
    background-image:url(/images/portalimages/tridum.png);
    background-position:0 -40px;
    background-color:#fff;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}
.social-icons>li>a.msign{
    height:40px;        
    width:40px;    
    background-repeat:no-repeat;    
    background-image:url(/images/portalimages/msign.png);
    background-position:0 -40px;
    background-color:#fff;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.social-icons>li .monpass:focus,.social-icons>li .monpass:hover{background-position:0 0px;}
.social-icons>li .tridum:focus,.social-icons>li .tridum:hover{background-position:0 0px;}
.social-icons>li .msign:focus,.social-icons>li .msign:hover{background-position:0 0px;}
div.modal-body input.form-control{
    color: #040404 !important;
}
div.modal-body input.form-control:focus, div.modal-body input.form-control:hover{
    color: #040404 !important;
}
div.modal-body output.form-control{
    color: #040404 !important;
}
div.modal-body output.form-control:focus, div.modal-body output.form-control:hover{
    color: #040404 !important;
}