/*Start Block1*/
.block1-form {
    background: #fff;
    padding: 1px;
}


.block1-form-container {
    width: 600px;
    padding: 50px 80px;
    background: #fff;
    margin: 80px auto 0;
}

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

.block1-h1 {
    color: #122C5A!important;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.block1-h1:hover {
    text-decoration: none;
}
.block1-form-head {
    text-align: center;
    color: #122C5A;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 25px;
    font-family: 'inter','Montserrat';
}

.block1-form-head span {
    color: #000101;
    font-size: .7em;
    font-family: 'inter','Roboto';
    font-weight: 400;
}

.block1-form-input {
    height: 58px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'inter','Roboto';
}
.block1-form-input::placeholder {
    color: #c2c2c2;
}
.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;
    font-family: 'inter','Roboto';
}
.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: 'inter','Montserrat';
}
.block1-form-link {
    text-align: center;
    margin: 30px auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000101;
}

.block1-form-link a {
    color: #122C5A;
    font-weight: 500;
}

.forget-pw-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #122C5A;
    margin-top: 10px;
    display: block;
    font-family: 'inter','Roboto';
}
.block1-or {
    text-align: center;
    font-family: 'inter','Roboto';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    margin: 10px auto;

}
.block1-or:before {
    width: 47%;
    height: 1px;
    background: #ECECEC;
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
}
.block1-or:after {
    width: 47%;
    height: 1px;
    background: #ECECEC;
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
}
.sign-in-btn {
    background: #3C76EA;
    width: 100%;
    margin: 15px auto;
    font-size: 16px;
    line-height: 2.5;
    color: #ffff;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    font-family: 'inter','Montserrat';
}
.sign-in-btn img {
    width: 24px;
    margin-right: 8px;
    position: absolute;
    left: 20%;
    top: 23%;
}
.sign-in-btn.google {
    box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
    background: transparent;
    color: #4285F4;
}

.sign-in-btn.apple {
    background: #000000;
    color: #fff;

}
.sign-in-btn.email {
    background: #122C5A;
    color: #fff;
}


@media (max-width: 1199px) {
    .main-container {
        width: 950px;
        margin: auto;
    }
    .block1-form-head {
        font-size: 38px;
    }

}

@media (max-width: 991px) {
    .main-container {
        width: 710px;
        margin: auto;
    }
    .block1-form-head {
        text-align: center;
    }
    .block1-form-head {
        font-size: 32px;
    }
}


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


@media (max-width: 576px) {
    .main-container {
        width: 100%;
        margin: auto;
        padding: 0 15px
    }

    body {
        padding: 0px;
    }
    .block1-h1 {
        margin-top: 3vw;
        display: block;
    }
    .block5-p {
        font-size: 13px;
    }
    .block5-container {
        padding: 15px 20px;
    }
    .block1-form-head {
        font-size: 7vw;
        line-height: 7vw;
        margin-bottom: 2vw;
    }
    .block1-form-head span {
        font-size: .5em;
    }
    .block1-form-container {
        width: 100%;
        padding: 8vw 0;
        background: #fff;
    }
    .sign-in-btn{
        font-size: 4vw;
    }
    .sign-in-btn img {
        width: 5vw;
        left: 9%;
        top: 30%;
    }
}
