* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,400,500,600,700');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;


}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.bg-style {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: center;
}

.main-common-base {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 20px;
}

.main-common-base .commontext-area {
    width: 65%;
    background: rgb(165 157 157 / 12%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

.main-common-base .commonform-area {
    width: 35%;

}

.login-container {
    background: #fff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
.register-container{
     background: #fff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    width: 100%;
        max-width: 750px;
    margin: auto;
}
.mobile-register{
    text-align: center;
    margin-bottom: 15px;
}
.row-ragister .common-form-group input,  .row-ragister .common-form-group select{
        padding: 9px 20px;
    border-radius: 9px;
}
.register-container .form-text .common-form-group{
    margin-bottom: 6px;
}

.row-ragister{
       display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 13px;
}
.row-ragister .common-form-group{
    width: 50%;
}

.common-form-group input, .common-form-group select {
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgb(179 169 169 / 70%);
    background: rgb(165 157 157 / 12%);
    outline: none;
    font-size: 1rem;
    color: #333;
}

.form-text .common-form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-text .common-form-group .password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}

.sign-in-btn {
    width: 100%;
    padding: 15px;
    margin-top: 0px;
    border: none;
    border-radius: 12px;
    background-color: #0f0f54 ! IMPORTANT;
    color: white ! IMPORTANT;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s
}

.sign-in-btn:hover {
    background-color: #111166 !important;
    color: #FFF !important;
}

.common-content h1 {
    color: #0f0f54;
    font-size: 66px;
    max-width: 636px;
    line-height: 69px;
    margin-bottom: 22px;
}

.common-content h1 span {
    background: linear-gradient(90deg, #c56900, #ffb347, #c56900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.common-logo {
    margin-bottom: 30px;
}

.common-content h4 {
    font-size: 22px;
    font-weight: 400;
    color: #646464;
}

.login-container h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #484545;
    font-weight: 500;
}

.common-form-group a {
    display: flex;
    width: 100%;
    justify-content: end;
    font-size: 14px;
}

.common-form-register {
    margin-top: 20px;
    text-align: center;

}

.common-form-register a {
    font-size: 14px;
}

.separator {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.separator h5 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    z-index: 2;
}

.separator h5 span {
    background-color: #e4e2e3;
    padding: 0 8px;
    border-radius: 0px;
    font-weight: 300;
}

.separator h5::after {
    border-bottom: 1px solid #aaa;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 100%;
    z-index: -1;
}

.mobile-login {
    display: none;
}



@media(max-width:992px) {
    .container {
        width: 100%;
    }

    .commontext-area {
        display: none;
    }

    .main-common-base {
        flex-wrap: wrap;
    }

    .main-common-base .commontext-area {
        width: 100%;

    }

    .main-common-base .commonform-area {
        width: 100%;
        background: #fff;
    }

    .common-content h1 {
        display: none;
    }

    .common-form-group input {
        background: #f1f1f1;
    }

    .mobile-login {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
}