﻿
*{
   margin:0;
   padding:0;
   box-sizing:border-box;
   font-family:"REM", sans-serif;
}
body{
    background:#dddddd !important;
    text-align:center;
    padding-top:100px;
}
.login-first{
    display:inline-block;
}

.login-first img{
    height:100px;
    width:340px;
    
}
.login-first h2{
    color:#002659;
    font-size:22px;
    font-weight:bold;
    display:inline-block;
    border-bottom:2px solid #002659;
   font-family:"REM", sans-serif;
}
.login-first .main{
  padding-top:20px;

}
.login-first .main .inp-1 {
    padding:20px 30px 0px 30px;
}
.login-first .main .inp-1 .fa-solid{
    font-size:22px;
    color:#002659;
    margin-right:5px;
}
.login-first .main .inp-1 .inp-field{
    height:25px;
    width:310px;
    outline:none;
    border:none;
    margin-top:10px;
    padding-left:10px;
    border-bottom:2px solid #002659;
    background:#dddddd;
}
.login-first .main .inp-1 .rem{
    float:left;
   
    font-size:15px;
    margin-left:10px;
}
.login-first .main .inp-1 .rem>a{
     color:#002659;
}
.login-first .main .inp-1 .c-box{
    margin-right:5px;
 
}
.login-first .main .inp-1 .rem-1>a{
    float:right;
     font-size:15px;
     color:#002659;
}

.login-first .main .inp-1 .btn-1{
   
    width:350px;
    background:#002659;
    color:#dddddd;
    border:none;
    font-size:20px;
    letter-spacing:1px;
    border-radius:5px;
    padding:5px 0 5px 0;
    margin:20px 0 0 0;
}
.login-first .main .inp-1 .p-1{
    font-size:15px;
    text-align:center;
    color:#444444;
}
.login-first .main .inp-1 .p-1>a{
    color:#002659;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Popup content */
.popup-content {
     border-top:20px solid #002659;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
   text-align:center;
    width: 20%; /* Could be more or less, depending on screen size */
}
.popup-content h4{
    font-size:20px;
    color:#002659;
}
.popup-content p{
    margin-top:20px;
    font-size:13px; 
    color:#444444;
}
.popup-content .otp-1{
    height:30px;
    width:150px;
    text-align:center;
    letter-spacing:3px;
    outline:none;
    border:none;
    border-bottom:2px solid #002659;
    margin-top:15px;
}
.popup-content button{
    padding:5px 20px 5px 20px;
    background:#002659;
    margin-top:10px;
    color:#dddddd;
    font-size:15px;
    border:none;
    border-radius:6px;  
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
