body{
    margin: 0;
    background-color: #1D97D4; /* 4 */
}

.aaa {
    background-color: #1D97D4;/* 4 */
   
    overflow-x: hidden !important;
    display: flex !important;
}


.login-box {
    background: white;
    border-radius: 10px;
    width: 90%; 
     max-width: 400px;   
   
    position: fixed;
    margin-top: -232px;
    height: 438px /* 4 changed */

}
.head{
    margin-right: 234px !important;
    font-size: 20px !important;
     font-style: inter;
}
.input-group-text {
    background-color: white;
    border: 1;
}
.icon-img {
    width: 20px; 
    height: 20px;
}
#rememberMe{
        width: 18px;
        height: 18px;
        border: 2px solid black;
        font-weight: bold !important;
      }
      .head{
        margin-top: 20px;
      }
      .p-head{
        margin-top: -10px;
        color: black !important;
        margin-right: 115px !important;
        font-size: 13px !important;
      }

    
    @media (max-width: 768px) {
        .login-box  {
         margin-left: 9%;
        }
    }
    @media (max-width: 480px) {
        .login-box  {
            flex-direction: column;
            margin-left: 1%;
            padding-top: 21px !important;
        }

        .head{
            margin-right: 64% !important;
             
           }
        
        .p-head{
            margin-right: 32% !important;
        }
    }
    @media (max-width: 440px) {
        .login-box  {
            flex-direction: column;
            margin-left: 1%;
            padding-top: 1px !important;
        }

        .head{
            margin-right: 62% !important;
             
           }
      
        .p-head{
            margin-right: 26% !important;
        }
    }
    @media (max-width: 400px) {
        .login-box  {
            flex-direction: column;
            margin-left: -1%;
            padding-top: 19px !important;
        }
        .head{
           margin-right: 98px !important;
            
          }
        
    }
    @media (max-width: 411px) {
        .login-box  {
            flex-direction: column;
            margin-left: -1%;
            padding-top: 0px !important;
        }
        .head{
            margin-right: 59% !important;
             
           }
           .p-head{
            margin-right: 20% !important;
        }
    } @media (max-width: 380px){
        .p-head{
            margin-right: 14% !important;
        }
        .head{
            margin-right: 57% !important;
        }
        .text-muted{
            margin-left: -18px !important ;
        }
        .admin{
            margin-left: -11rem !important;
        }
    }
    /* 4 added */
.admin{
    margin-left: -12rem !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem !important;
}
.text-muted{
    margin-left: -59px ;
}
.btn{
    background-color: #1D97D4 !important;
    color:white !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
@media (max-width: 1200px) {
    .login-box {
        height: 438px; /* changed */
    } 
}
.input-group .input-group-text {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group .form-control {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.diag-mod {
    position: fixed;
    width: 100% !important;
    transform: translateX(-50%);
}
.succ-mod {
    width: 384px !important;
    height: 146px;
}
.addsuccess {
    font-size: 18px !important;
    margin-top: -1rem !important;
}