.wrap-login {
    width: 590px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
}

.containerbox {
    background:#0061A2;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.login-title {
    font-family: Ubuntu-Bold;
    font-size: 28px;
    color: #F3F7FA;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 35px;
}
.login-form{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}
.wrap-login-input{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 29px 0;
}
.login-input{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 20px;
color: #555555;
line-height: 1.2;
display: block;
width: 100%;
height: 50px;
background: transparent;
padding: 0 10px 0 80px;
outline: none;
border: none;
}
.btn-login{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
color: #fff;
line-height: 1.2;
border: none;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
min-width: 160px;
height: 42px;
border-radius: 15px;
background:#0061A2;
position: relative;
z-index: 1;
}
.wrap-button{
    margin-top: 33px;
    padding-bottom: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}