body{
    width: 100%;
    height: 100vh;
    max-width: 600px;
    max-height: 1000px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    background: #fff;
}

.banner_loker img{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.title_form{
    width: 100%;
    padding: 8px;
    background: #3E72C2;
    color: #fff;
    text-align: center;
}

.btn_submit{
    width: 130px;
    padding: 10px;
    border: none;
    background: #3E72C2;
    color: #fff;
    border-radius: 8px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}