/*Start Block1*/
.iti__flag {
    background-image: url("../images/login/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../images/login/flags@2x.png");}
}

.block1-h1 {
    color: #122C5A!important;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.block1-h1:hover {
    text-decoration: none;
}

.main-container {
    width: 1180px;
    margin: auto;
}

.block1-form {
    background: #fff;
    padding: 1px;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.block1-form-container {
    width: 600px;
    padding: 50px 80px;
    background: #fff;
    margin: 80px auto;
}
.iti { width: 100%; }

.block1-form-head {
    text-align: left;
    color: #122C5A;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 24px;
    font-family: 'Montserrat';
}
.block1-form-head span {
    color: #000101;
    font-size: .6em;
    font-weight: 400;
    line-height: 1;
    display: block;
    font-family: 'Roboto'
}

.block1-form-input {
    height: 50px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.block1-form-input::placeholder {
    color: #c2c2c2;
}
#phone::placeholder {
    color: #ccc;
}

.names {
    height: 54px;
    padding-top: 20px;
}
.phone {
    padding-left: 50px;
}
.form-group {
    margin-bottom: 20px;
}
.block1-form-label {
    position: absolute;
    left: 0.75rem;
    font-size: 12px;
    top: 7px;
    font-weight: 500;
}
.flag-label {
    position: absolute;
    left: 0.75rem;
    top: 12px;
}
.block1-form-p {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}
.block1-form-p a {
    color: #122C5A;
    font-weight: 500;
}
.block1-form-btn {
    width: 100%;
    border-radius: 8px;
    background: #122C5A;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.block1-form-link {
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000101;
}
.block1-form-resend-code {
    color: #122C5A;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    background: transparent;
    font-family: 'Montserrat';
}
.edit-phone {
    color: #000101;
    font-weight: 500;
}
.block1-form-link a {
    color: #122C5A;
    font-weight: 500;
}
.block1-form-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 1199px) {
    .main-container {
        width: 950px;
        margin: auto;
    }


}

@media (max-width: 991px) {
    .main-container {
        width: 710px;
        margin: auto;
    }


}


@media (max-width: 767px) {
    .main-container {
        width: 570px;
    }
    .block1-form-link {
        margin-top: 6vw;
        padding-bottom: 3vw;
    }
    .block1-form-container {
        width: 525px;
        padding: 30px 70px;
        background: #fff;

    }
}


@media (max-width: 576px) {
    .main-container {
        width: 100%;
        margin: auto;
        padding: 0 15px
    }
    .block1-form-head {
        font-size: 5vw;
        margin-bottom: 6vw;
    }
    body {
        padding: 0px;
    }
    .block1-h1 {
        margin-top: 3vw;
        display: block;
    }
    .block1-form-container {
        width: 100%;
        padding: 8vw 0;
        background: #fff;

    }

}
