﻿
.LogArea {
    width: 400px;
    margin: auto;
}

.logo {
    margin-top: 71px;
}

.boxLogin {
    background-color: #40719c;
    padding: 20px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px 8px 0 0;
    margin: 30px 0 0 0;
}

    .boxLogin h3 {
        padding: 10px 0 5px 2px;
        margin: 0 0 20px 0;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        line-height: 24px;
    }

#txtPswd {
 padding-top: 14px;
 padding-bottom: 16px;
}

#txtUsid {
 padding-bottom: 16px;
 padding-top: 14px;
}

.indicateArrow {
    position: absolute;
    margin-left: 79px;
    margin-top: 9px;
}

.inputz, .inputblur {
    font-size: 11px;
    font-weight: normal;
    background-color: #0b094f !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4dff7;
    padding: 20px 10px;
    /*margin: 5px 0 10px 0;*/
    width: 100%;
    height: 20px;
    color: #fff;
     box-shadow:0px 0px 10px #9fc1df;
}
.inputz:hover, .inputblur:hover {
    font-size: 12px;
    font-weight: normal;
    background-color: #0b094f !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4dff7;
    padding: 20px 10px;
    /*margin: 5px 0 10px 0;*/
    width: 100%;
    height: 20px;
    color: #fff !important;
    box-shadow:0px 0px 10px #5976e8;
   
}

.inputz:active, .inputblur:active{
    font-size: 12px;
    font-weight: normal;
    background-color: #0b094f !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4dff7;
    padding: 20px 10px;
    /*margin: 5px 0 10px 0;*/
    width: 100%;
    height: 20px;
    color: #fff;
    box-shadow: inset 0px 0px 10px #9fc1df;
}

#txtFncd{

    font-size: 11px;
    align-content:center;
    font-weight: normal;
    background-color: #0b094f !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4dff7;
    
   
    width: 100%;
    height: 30px;
    color: #fff;
    box-shadow:  0px 0px 10px #9fc1df;

}

.logmodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content:center;
    z-index: 1050;
    display: none;
   
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.logmodal-body {
    position: relative;
    padding: 15px;
    background:#fff;
    
    
}
.logmodal-dialog {
    position: relative;
    width: auto;
    margin: 100px;
    height:auto;
}
    .inputblur:focus {
    }

.userInput {
    background: url("../../images/UserIcon.png") no-repeat 260px 10px;
   
}

.PwdInput {
    background: url("../../images/LockIcon.png") no-repeat 260px 8px;
    color: #fff !important;
}

input[type="password"] {
    color: #141212 !important; //changed on 09/06/2021 
}

:-ms-input-placeholder {
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}
#btnLgn {
 position: relative;
 top: 13px;
}
.SignIn {
    background: #FFCA2C;
    color: #fff;
    font-weight: normal;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    /*margin: 10px 20px 12px 20px;*/
    cursor: hand;
    width: 100%;
    text-align: center;
    height: 35px;
    font-size: 16px;
    padding-left:15px;
}

    .SignIn:hover {
        background: #dbaa2b;
    }

.ForgtPwrd {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
}

    .ForgtPwrd:hover {
        color: #9fc1df;
    }
 #login:nth-child(3) > .modal-dialog:nth-child(1) > .modal-content:nth-child(1) > .modal-body:nth-child(1) > div:nth-child(2) {
 height: 110px;
}

#lgon {
 height: 22px;
 position: relative;
 top: -3px;
 transform: matrix(1, 0, 0, 1, 0, 0);
 font-family: "Open Sans", sans-serif;
 font-weight: bold;
 font-style: normal;
 color: rgb(6, 13, 68);
 background-blend-mode: normal;
 background-color: transparent;
}
.logFooter {
    background-color: #eee;
    padding: 5px 22px 15px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    -khtml-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

a.ftrLink {
    font-size: 15px;
    color: #ef4b37;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 10px;
}

    a.ftrLink:hover {
        text-decoration: none;
        color: red;
    }

#popupContact {
    display: none;
    position: fixed;
    width: 440px;
    background: #fff;
    z-index: 2;
    padding: 0;
    font-size: 12px;
}

    #popupContact h1 {
        text-align: left;
        color: #0972c5;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px dotted #d3d3d3;
        padding-bottom: 5px;
        margin-bottom: 0;
        background-image: url(../images/TabBGn.gif);
        background-repeat: repeat-x;
        background-position: left top;
        font-family: 'Open Sans';
        text-decoration: none;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: 5px;
        padding-right: 0;
        padding-left: 5px;
    }

#popupContactClose {
    font-size: 13px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    display: block;
    background-color: #2473b9;
    border: 1px solid #104d83;
    padding: 3px 5px;
}

    #popupContactClose:hover {
        color: #104d83;
    }

#button {
}

#popupContact a {
    cursor: pointer;
    text-decoration: none;
}

#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 1;
}

#topImg {
    display: none;
}

.UserPhotoDtl {
    margin: 10px 0 15px 0;
    background: #ccc;
    background:#40719c;
    height: 100px;
}

    .UserPhotoDtl .imgArea {
        border: 5px solid #40719c;
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto;
        width: 90px;
        height: 90px;
    }

        .UserPhotoDtl .imgArea img.imgInfo {
            border: 2px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            padding: 8px 8px;
            margin: 4px 4px;
            width: 66px;
            height: 66px;
        }

#DifferentLoginDiv {
    margin: 20px auto;
    color: #ffdfad;
    text-decoration: none;
    line-height: 25px;
    width: 210px;
}

@media all and (max-width:360px) {
    .LogArea {
        width: 330px;
        margin: auto;
    }
    
.logmodal {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content:center;
    z-index: 1050;
    display: none;
   margin-top:120px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
    .SignIn {
        width: 300px;
    }

    .userInput {
        background: url("../../images/UserIcon.png") no-repeat 120px 10px;
    }

    .PwdInput {
        background: url(../../images/LockIcon.png) no-repeat 120px 10px;
    }

    .boxLogin {
        padding: 10px 15px;
    }

    .SignIn {
        margin: 10px 20px 10px 20px;
    }

    a.ftrLink {
        font-size: 15px;
        color: #ef4b37;
        font-weight: normal;
        text-decoration: none;
        margin-bottom: 10px;
        margin-top: -10px;
    }
}
@media (min-width:768px) {
    .logmodal-dialog {
        width: 400px;
        margin: 80px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }

}
@media all and (max-width:480px) {
    .LogArea {
        width: 290px;
        margin: auto;
    }
    
.logmodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content:center;
    z-index: 1050;
    display: none;
   margin-top:100px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
    .SignIn {
        width: 80%;
    }

    .userInput {
        background: url("../../images/UserIcon.png") no-repeat 260px 10px;
    }

    .PwdInput {
        background: url(../../images/LockIcon.png) no-repeat 260px 10px;
    }

    .boxLogin {
        padding: 10px 15px;
    }

    .SignIn {
        margin: 10px 20px 10px 20px;
    }

    a.ftrLink {
        font-size: 15px;
        color: #ef4b37;
        font-weight: normal;
        text-decoration: none;
        margin-bottom: 10px;
        margin-top: -20px;
    }

}
