
.main-container{
    width: 450px;
    margin:0 auto;
    background: #0F62A4;
    height: 100vh;
}
.login-part {
    background: #0F62A4;
    height: 55vh;
    position: relative;
}
.btn-filed{
    width: 50%;
    margin-left: 0%;
    margin-top: 20px;
    border-radius: 35px;
    font-size: 15px;
    padding-left: 20px;
    text-align: center;
}
.input-filed{
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    border-radius: 35px;
    font-size: 20px;
    padding-left: 20px;
    text-align: center;
}
.login-part h5 {
    font-size: 30px;
    margin-top: 20px;
    font-family: serif;
}

.login-part span{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.digit-btn{
    background: #fff;
    border: none;
    font-size: 30px;
    font-family: 'Crete Round', serif;
    width: 100%;
    
}
.digit-btn:focus{
    outline: none;
    box-shadow: 0 0 0 ;
}
.digit-part {
    border-radius: 20px 20px 0 0;
    background: #fff;
    padding-bottom: 1px;
    height: 45vh;
    position: relative;
}
.digit-part-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer {
    background-color: #0F62A4;
    color: #fff;
}
.select-part {
    width: 90%;
    text-align: start;
    margin-left: 10%;
}
.first_select {
    width: 44%;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
}
.first_select:focus{
    outline: none;
    border: 1px solid #ddd;
}
.digital-part{
    position: relative;
}
.digital-part-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media only screen and (max-width: 767px){
    body{
        overflow-x: hidden !important;
    }
    .main-container{
        width: 100%;
    }
    .login-part {
        height: 55vh;
    }
    .digit-part {
        height: 45vh;
    }
   
}