@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500;700&display=swap');

html {
    overflow-x: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-family: 'Ubuntu', sans-serif !important;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden
}
.form-wrapper{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    
}
.login-title{
    color: #041E42;
    font-size: 40px;
    font-weight:700;
}

.custom-input-group .fa{
    color: #6EADE3 !important; 
    font-size: 20px;
}
.custom-input-group input:focus-visible{
    outline: none !important;
    box-shadow: none !important;
}
.custom-input-group input{
    color: #041E42;
}
.custom-input-group label{
    font-weight: 100 !important;
    font-size: 12px;
    color: rgba(128, 128, 128, 0.49);
}
.custom-list{
    border:1px solid rgba(128, 128, 128, 0.256);
    border-radius: 7px;
  
}
.custom-list li:nth-child(1){
    border-bottom:1px solid rgba(128, 128, 128, 0.256) ;
}
.frm-text{
    font-size: 14px;
    color: rgba(128, 128, 128, 0.49); 
    text-decoration: none;
    cursor: pointer;
}
.frm-text:hover{
    font-size: 14px;
    color:#6EADE3; 
    text-decoration: none;
}
.custom-checbox{
    accent-color: #4291d5;
}
.custom-btn{
    background-color: #041E42;
    color: white;
    border: none;
    padding:17px 10px;
    width: 100%;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;

}
.form-bg img{
    width: 100%;
    height: 100vh;
}