@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'montserrat';
}

.bg1 {
    background: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.main-text {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    text-align: center;
    line-height: 82px;
    letter-spacing: -1.34px;
}

.direc-text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.52px;
    line-height: 32px;
    color: #000;
    background: #fff;
    border-radius: 26px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-left: -40px;
}

.icon-img {
    width: 66px;
    height: 66px;
    z-index: 9;
}

.direc-div {
    display: flex;
    align-items: center;
}

.icon-img-a {
    z-index: 9;
}

.direc-a {
    width: 100%;
    text-decoration: none;
}

.sign-in {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.1px;
    line-height: 67px;
}

.form-control {
    width: 100%;
    height: 80px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding-left: 20px;
}

button.btn-submit {
    width: 208px;
    height: 63px;
    box-shadow: 0px 4px 12px #00000029;
    border-radius: 100px;
    background: #fff;
    border: none;
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}

.form-div {
    text-align: center;
}

@media only screen and (min-width: 1600px) {
    .direc-text {
        font-size: 26px;
        height: 58px;
    }

    .icon-img {
        width: 76px;
        height: 76px;
    }
}

@media only screen and (max-width: 767px) {
    .main-text {
        font-size: 24px;
        line-height: 28px;
        margin-top: 20px;
    }
    .direc-text {
        font-size: 16px;
        height: 44px;
    }
    .icon-img {
        width: 60px;
        height: 60px;
    }
    .bg1 {
        height: max-content;
    }
    .sign-in {
        font-size: 24px;
    }
    .form-control {
        height: 55px;
        font-size: 14px;
    }
    button.btn-submit {
        width: 170px;
        height: 46px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}