﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 14px !important;
    color: #000;
    background-color: white;
}
.login {
    margin: 0 auto;
    max-width: 500px;
    
}
.loginAnime {
    animation: slide-in 1s both;
}
@keyframes slide-in {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.escondidinho45{
    top:-400px;
    position:absolute;
    background-color:aliceblue;
    z-index:501;
}
.login-form {
    background: white;
    min-width: 350px;
    text-align: center;
    border-radius: 00px 50px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}


.login-input {
    width: 100%;
    background-color: white;
}

.aright {
    text-align: right;
    vertical-align: bottom;
}

.backlogin {
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #C0C0C0;
}
.inputbox {
    padding: 10px 0 10px 10px;
    height: 100%;
    width: 98%;
    outline: none;
    border: none !important;
    background-color: white;
    vertical-align: central;
    font: normal 16px "Segoe UI", Arial, sans-serif;
}
.fpass2 {
    color: #ff0000;
    padding: 5px;
    font: normal 16px "Segoe UI", Arial, sans-serif;
    text-align: left;
}
.aleft {
    text-align: left;
    width: 100%;
    padding-left: 10px;
}
    .aleft span {
        font: normal 12px "Segoe UI", Arial, sans-serif;
        font-style:italic;
        color:gray;
    }
.login-button {
    color: #CCCCCC;
    background-color: #003143;
    background-image: url(../imgs/lock.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    font-size: 22px !important;
    padding: 15px;
    min-width: 64px;
    width: 120px;
    text-align: right;
    border: 1px solid #003143;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

    .login-button:hover {
        background-image: url(../imgs/unlockwhite.svg);
        fill: white;
        cursor: pointer;
        color: white;
        -webkit-box-shadow: 0px 0px 5px 2px #C0C0C0;
        -moz-box-shadow: 0px 0px 5px 2px #C0C0C0;
        box-shadow: 0px 0px 5px 2px #C0C0C0;
    }
    .login-button:active {
        transform: scale(0.98);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }

.change-button {
    color: #CCCCCC;
    background-color: #003143;
    background-image: url(../imgs/disk.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    font-size: 22px !important;
    padding: 15px;
    min-width: 64px;
    width: 250px;
    text-align: right;
    border: 1px solid #003143;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
    .change-button:hover {
        background-image: url(../imgs/diskwhite.svg);
        fill: white;
        cursor: pointer;
        color: white;
        -webkit-box-shadow: 0px 0px 5px 2px #C0C0C0;
        -moz-box-shadow: 0px 0px 5px 2px #C0C0C0;
        box-shadow: 0px 0px 5px 2px #C0C0C0;
    }

    .change-button:active {
        transform: scale(0.98);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }

.normalbutton {
    color: #000;
    background-color: #25D1FE;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    font-size: 22px !important;
    padding: 15px;
    min-width: 64px;
    text-align: right;
    border: 1px solid #50C4D9;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

    .normalbutton:hover {
        fill: white;
        cursor: pointer;
        color: white;
        -webkit-box-shadow: 0px 0px 5px 2px #C0C0C0;
        -moz-box-shadow: 0px 0px 5px 2px #C0C0C0;
        box-shadow: 0px 0px 5px 2px #C0C0C0;
    }

    .normalbutton:active {
        transform: scale(0.98);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }
.inputbox2 {
    height: 95%;
    width: 100%;
    outline: none;
    border: none !important;
    background-color: #FAFFBD;
    vertical-align: central;
    font: normal 26px "Segoe UI", Arial, sans-serif;
}

.login-form h3 {
    text-align: left;
    margin-left: 40px;
    color: #000;
}

.remem1 {
    padding:10px;
    padding-left:40px;
    text-align:left;
      font: 16px "Segoe UI", Arial, sans-serif;
    color:#808080;
    vertical-align:central;
}
.newpass {
    text-align:left;
    padding-left:40px;
      font: 16px "Segoe UI", Arial, sans-serif;
    vertical-align:central;
}
.remem1 input {
    width:15px;
    height:15px;
}

policyset {
    width: 100%;
    padding-left: 30px;
   text-align:left;
}
policyset ,a {
    color:#ff0000;
         font: 16px "Segoe UI", Arial, sans-serif;

}
.overlayDIV {
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.40);
    z-index: 1500;
    text-align: left !important;
    padding-top: 100px;
}
.spinner {
    width: 5.6px;
    height: 5.6px;
    animation: spinner-xp626r 1s infinite;
    border-radius: 50%;
    box-shadow: 22.4px 0 0 5.6px #25D1FE, -22.4px 0 0 5.6px #25D1FE;
}

@keyframes spinner-xp626r {
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width:600px) {
    .login-form {
        background: white;
        min-width: 350px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    }

    .backlogin {
        width:92%;
        background-color: white;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
        border-bottom: 1px solid #C0C0C0;
    }
}
