* {
    box-sizing: border-box;
    transition: all 0.1s ease-in;
}
html,
body {
    min-height: 100%;
}
body {
    background-color: #bac5db;
    background-image: linear-gradient(59deg, #bac5db 0%, #bac5db 100%);
    font-family: 'Lato', sans-serif;
}
.ba-container {
    width: 666px;
    height: 383px;
    box-shadow: 0 26px 49px rgba(35, 70, 133, 0.28);
    border-radius: 24px;
    background-color: #353a45;
    margin: 110px auto;
    position: relative;
}
.ba-logo {
    width: 92px;
    height: 92px;
    background: url("../assets/icon.svg");
    position: absolute;
    top: -10%;
    left: 43%;
}
.ba-btn-close {
    width: 34px;
    height: 34px;
    background: url("../assets/close-btn.svg");
    border: none;
    margin: 11px;
    margin-bottom: 38px;
    float: right;
}
.ba-title {
    width: 238px;
    height: 36px;
    color: #538fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    clear: both;
    margin: 0 auto;
    margin-bottom: 31px;
}
.ba-text {
    display: block;
    width: 480px;
    height: 21px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.ba-input {
    width: 371px;
    height: 52px;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    padding-left: 18px;
    margin-left:61px;
    margin-right: 13px;
    color: #a9a9a9;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    outline-style: none;
}
.ba-btn-submit {
    width: 161px;
    height: 52px;
    border-radius: 10px;
    background-color: #538fff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 37px;
    outline-style: none;
}
.ba-text-footer {
    display: block;
    width: 335px;
    height: 19px;
    color: #787d87;
    font-size: 20px;
    font-style: italic;
    line-height: 34px;
    margin: 0 auto;
}