* {
  box-sizing: border-box; /* include padding and border in element's total width and height */
}
.header{
    width: 100%;
    background-color: rgb(33, 92, 255);
    height: 150px;
    padding-top: 45px;
    padding-left: 100px;
    padding-right: 200px;
    display: flex;
    justify-content: space-between;
    
}
body{
    margin: 0%;
}   
.logo-text{
    color: white;
    text-decoration: none;
    font-size: 40px;
}
.Login-label
{
    color: white;
}
.Login-box
{
    border-color: black;
    background-color: rgb(0, 42, 157);
    color: white;
    width: 55px;
    height: 25px;
    opacity: 85%;
    border-radius: 5px;
}
.Forgotten
{
    color: white;
    text-decoration: none;
    font-size: 13.5px;
    opacity: 35%;
}
.Text1
{
    font-size: 25px;
    width: 600px;
    color: blue;
}
.mainright{

    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;
   
    
}
.main2-text1{
    color: rgb(33, 92, 255);
    font-size: 25px;

    

}
.main2-text2{
    font-size: 50px;
    font-weight: bold;
    color: blue;
    padding-top: -100px;
    position: relative;
    top: -56px;  
}
.main2-table{
    margin-top: -90px;
    position: relative;
    width: 100%;
    border-spacing: 0 10px; 
}
.box1{
    width: 220px;
    height: 50px;
    border-radius: 6px;
    border-width: 1px;
    font-size: 17px;
    padding-left: 10px;
}
.box2{
    width: 450px;
    height: 50px;
    border-radius: 6px;
    border-width: 1px;
    font-size: 17px;
    padding-left: 10px;
}
.fullbody{
    background: #ffffff;
    height: 500px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(189, 219, 255, 1) 100%);
}