body{
   
    /* background-color: rgba(29, 77, 108, 1) !important; */
    background-color: rgb(127, 170, 202) !important;
    
    }
    
    .form-content{
       background-color:#014c6e  !important;
       border:1px solid rgb(66, 108, 137)!important;
       color:rgb(127, 170, 202) !important;
       margin-left:10px;
       margin-right:10px;
    }
    .form-content h1,p,label,a,h4{
        color:rgb(195, 225, 247) !important;
        
    }
    .forgot-pass-link{
        color:#fff!important;
    
    }
    .btn{
        background:rgb(16, 58, 86)!important;
        border:1px solid rgb(66, 108, 137)!important;
        color:rgb(195, 225, 247) !important;
    
    }
    .btn:hover{
        background-color: rgb(127, 170, 202) !important;
        border:1px solid rgb(29, 77, 108,0.5) !important;
        color:#014c6e!important;
    
    
       
    }