﻿body {
    color: #000;
    background-color: whitesmoke;
}
.login {
    margin: 0 auto;
    max-width: 500px;
    
}
.loginAnime {
    animation: slide-in 1s both;
}
@keyframes slide-in {
    from {
        transform: translateY(100%);
        opacity:0;
    }
    to {
        transform: translateY(0);
        opacity:1;
    }
}
.escondidinho45{
    top:-400px;
    position:absolute;
    background-color:aliceblue;
    z-index:501;
}
.login-form {
    background: #FFFFFF;
    min-width: 350px;
    text-align: center;
    border-radius: 0px 50px 0px;
    -webkit-box-shadow: 0px 0px 5px 2px #C0C0C0;
    -moz-box-shadow: 0px 0px 5px 2px #C0C0C0;
    box-shadow: 0px 0px 5px 2px #C0C0C0;
}

.login-input {
    border-width: 1px;
    border-color: #C0C0C0;
    width: 100%;
    background-color: white;
    border-top-style: solid;
}

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

.backlogin {
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid #C0C0C0;
}
.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: #000;
    background-color: #03A9F4;
    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 #50C4D9;
    -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: #000;
    background-color: #03A9F4;
    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: 150px;
    text-align: right;
    border: 1px solid #50C4D9;
    -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 */
    }

.inputbox {
    padding:10px;
    height: 100%;
    width: 100%;
    outline: none;
    border: none !important;
    background-color: white;
    vertical-align: central;
    font: normal 16px "Segoe UI", Arial, sans-serif;
}
.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;

}
