*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
.body1{
    width: 100%;
    height: 80px;
    background-color: #0B425A;
    
}
.body3{
    width: 83px;
    height: 80px;
    background: #FFFFFF;
    margin-left: 80px;
    margin-top: -55px;
}
.image1{
    width: 67.34px;
    height: 48px;
    margin-left: 7px;
    margin-top: 16px;
}
.heading1{
    padding-left: 180px;
    padding-top: 20px;
    font: times;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 34.5px;
    align-items: center;
    display: flex;
}
.body-login{
    width: 737px;
    height: 466px;
    margin-left: 270px;
    margin-top: 132px;
    margin-bottom: 100px;
}
.login-design1{
    background-color: #0B425A;
    width:308px;
    height: 466px;
    float: left;
}
.login-design2{
    width: 429px;
    height: 466px;
    float: right;
    background-color: #FFFFFF;
    ;
}
.login-details1{
    width: 242px;
    height: 201px;
    margin-top: 146px;
    margin-left: 94px;
    text-align: center;
}
.admin-login{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
}
#Name{
    width: 242px;
    height: 36px;
    margin-top: 26px;
    border-style: hidden;
    background-color: #F4F8F5;
    
    
}
#Password{
    width: 242px;
    height: 36px;
    margin-top: 12px;
    margin-bottom: 20px;
    border-style: hidden;
    background-color: #F4F8F5;
}
#Login{
    width: 158px;
    height:39px;
    background-color: #0B425A;
    border-style: hidden;
    border-radius: 20px;
    color: white;
}