@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*{
    padding: 0%;
    margin: 0%;
    font-family: 'Josefin Sans',sans-serif;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
.wrapper{
    width: 100vw;
    height: 96vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box
{
    border-top: 25px solid;
    border-image: linear-gradient(to right, #293985 ,#a21d2e) 1 0 0 0;
    width: 370px;
    background: rgb(255, 255, 255);
    color: black;
    padding-left: 70px;
    box-shadow: inset 0 0.2em 0.5em rgba(19, 16, 16, 0.2),10px 10px rgb(205, 203, 203);;
    padding: 20px 15px; 
     
}
.box .form{
    padding-left: 20%; 
    justify-content: center;
}   
.box .form .heading h1{
    color: #293985;
    padding-top: 30px;
    padding-bottom: 40px;   
    text-align: center;
    padding-right: 100px;
    font-size: 26px;
    margin-top: 20px;
}
.box .form .username{
    padding-bottom: 20px;
    padding-right: 40px;
    padding-top: 10px;
}
.box .form .Password{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 40px;
}
.box .form .admin{
    padding-left: 45px;
    padding-bottom: 20px;
}
.box .logo img{
    
    width:304.95px;
    height:65.78px;
    padding-left: 30px;
    padding-top: 1px;
    
}
.box .logo{
    padding-top: 20px;
}
.box .form .username input{
    background-color: #f1f1f1;
    box-shadow: inset 0 0.2em 0.5em rgba(48, 46, 46, 0.2);
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 70px;
    border-radius: 5px;
    padding-left:10px; 
    background-color: #e5e5e5;   
}
.box .form .Password input{
    background-color: #f1f1f1;
    box-shadow:inset  0 0.2em 0.5em rgba(48, 46, 46, 0.2);
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 70px;
    border-radius: 5px;
    padding-left: 10px; 
    background-color: #e5e5e5; 
}
.box .form .admin p{
    padding-left:10px;
}
.form .login {
    padding-left: 170px;
}
.form .login button{
    background-color: #293985;
    width:100px;
    height: 30px;
    border-radius: 4px;
    box-shadow: inset 0 0.2em 1em rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
}

.foot{
    
    background-color: #132f57;
    color: #fff;
    margin-top: 40px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    
    
    
}
.foot a{
    color :#fff;
    
}
.wrapper .box .admin a{
    text-decoration: underline;
    color:#a21d2e;
}
.foot .foot_content{
    
    justify-content: space-between;
    margin-top: 8px;
}

.gradientColor{
     background-image : linear-gradient(to right, #293985 ,#a21d2e);
}

.gradientHeading{
    font-size: 40px;
    background: -webkit-linear-gradient(#293985, #a21d2e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}