
body{
    background-color: oldlace;

}
.all_page{
    display: contents;
    margin: 0px;
    padding: 0px;
    
}

.top{
    display: table;
    width: 100%;
    height: 250px;
    background-color: rgb(29, 33, 91);
  
}

.bottom{
    width: 100%;
    height: 100%;
    margin: 0px;
}

h1{

    margin-left: 20px;
    line-height: 50px; 
    padding-top: 30px;
    text-decoration-style: solid;
    text-decoration: underline;
    text-decoration-color: red;
    text-align: left;
    color: white;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Arial Narrow Bold', sans-serif;
    margin-bottom: 15px; 
    text-underline-offset: 10px;  

}

.an{
    height: 20px;
    width: 40px;
    color: white;
    background-color: red;
    margin-left: 20px;
    /* line-height: 150px; */
    border: none;
    /* margin-top: 20px; */
    margin-bottom: 5px;

}

img{
    height: 63px;
    width: 166px;
    margin: 55px 30px 15px 10px;
    float: right;   
}

.login-form {
    width: 80%;
    max-width: 340px;
    margin: 0px auto;
  	font-size: 15px;
    PADDING-TOP: 25px;
    color: rgb(29, 33, 91);  
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 10px 35px;    
}

.login-form h2 {
    margin: 0 0 15px;
    font-weight: bold;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 5px;
}
.btn {        
    font-size: 15px;
    /* font-weight: bold; */
}

.form-check-label {
    margin-bottom: 16px;
    line-height: 0px;
}