body{
    overflow-y: scroll;
    background:#FFFFFF; /* #e8ebec #f2f2f2 #e8ebec;*/
    border:none;
    padding:0px;
    margin:0px;
    -webkit-appearance: none !important;
    border-radius:0px !important;}
    
.lgnpage{
    width:100%;
    height:100vh;
    float:left;
    position:relative}
    
.lgnpage .round{
    width:500px;
    height:500px;
    float:left;
    border:5px solid #5D626C;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    position:relative;
    border-radius:1000px}
    
.lgnpage .round .form{
    width:250px;
    height:auto;
    float:left;
    top:50px;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
    margin:0px}
    
    
.lgnpage .round .form .logo{
    width:250px;
    height:125px;
    float:left;
    position:relative;
    left:50%;
    transform:translateX(-50%);}
    
.lgnpage .round .form .logo img{
    width:200px;
    height:auto;
    float:left;
    position:relative;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;}
    
.lgnpage .round .form .input{
    width:100%;
    height:auto;
    float:left;
    border:none;
    outline:none;
    background:transparent;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
    font-family:robotoregular;
    font-size:16px;
    color:#353C48;
    letter-spacing:0.5px;}
    
.lgnpage .round .form .message{
    width:100%;
    height:65px;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    font-family:robotoregular;
    font-size:16px;
    color:#353C48;
    text-align:center}
    
.lgnpage .round .form .message .inner{
    width:auto;
    height:auto;
    float:left;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border:none;
    outline:none;
    background:transparent;
    font-family:robotoregular;
    font-size:16px;
    color:#353C48;
    letter-spacing:0.5px;
    text-align:center;}
    
.lgnpage .round .form .line{
    width:100%;
    height:1px;
    float:left;
    background:#5D626C}
    
.lgnpage .round .form .button{
    width:auto;
    height:auto;
    float:left;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    border:none;
    outline:none;
    position:relative;
    transform:translateX(-50%);
    left:50%;
    margin-top:20px;
    background:#5D626C;
    color:#FFFFFF;
    font-family:robotoregular;
    font-size:16px;
    letter-spacing:0.5px;
    cursor:pointer;
    text-decoration:none;}
    
.lgnpage .round .form .button:hover{
    background:#353C48;
    color:#FFFFFF}
    
.lgnpage .round .form .info{
    width:100%;
    height:auto;
    float:left;
    margin-top:20px;}
    
.lgnpage .round .form .info .status{
    width:auto;
    height:auto;
    float:left;
    position:relative;
    text-align:center;
    left:50%;
    transform:translateX(-50%);
    color:#5D626C;
    font-family:robotoregular;
    font-size:16px;
    letter-spacing:0.5px;
    text-decoration:none;}
    
.lgnpage .round .form .info .status a{
    color:#5D626C;
    text-decoration:none}
    
    
.lgnpage .round .form .info .status:hover{
    color:#353C48}