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

.primary-container {
   background-color: #999;
}

a {
    color: #4FD1C5;
}
.login-container {
    position: absolute;
    width: 530px;
    height: 850px;
    left: 95px;
    top: 94px;

    /* Black&amp;White/White */

    background: #FFFFFF;
    box-shadow: 0px 8.53442px 28.0417px rgba(0, 0, 0, 0.05);
    border-radius: 20.2237px;
    padding: 55px;
}
.login-header {
    margin-bottom: 80px;
}
.login-header > h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42.6945px;
    line-height: 130%;
    /* identical to box height, or 56px */

    letter-spacing: -0.04em;

    /* 2 */

    color: #2D3748;
    margin-bottom: 10px;
}
.login-header > h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    color: #93A1B3;
}
.login-container-glass {
    position: absolute;
    width: 630px;
    height: 951px;
    left: 45px;
    top: 44px;

    background: rgba(183, 233, 246, 0.05);
    backdrop-filter: blur(9.14402px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 45px;
}

.login-body .form-control {
    font-size: 20px;
    padding: 16px 25px;
    border-radius: 20px;
    border: solid 1.2192px #E2E8F0;
    margin-bottom: 20px;
}

.login-body .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */


    color: #93A1B3;

}

.login-btn {
    background: linear-gradient(90deg, #0070A5 0%, #0F3F79 100%);
    border-radius: 18.288px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 290%;
}

.login-body label {
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */


    /* Gray/Gray-700 */

    color: #2D3748;
}

.login-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: solid 1.2192px #E2E8F0;
    padding: 15px;
    width: 100%;
    text-align: center;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    /* or 25px */


    /* 2 */

    color: #2D3748;
}

.login-callout {
    height: 100vh;
    width: 900px;
    position: relative;
    color: #fff;
}
.login-callout h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 150%;
}
.login-callout h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 118%;
    /* or 77px */

    margin-bottom: 25px;
    color: #FFFFFF;
}
.login-callout h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    /* identical to box height, or 45px */
    margin-bottom: 20px;

    color: #FFFFFF;
}

.login-callout img {
    margin-bottom: 30px;
}



.login-callout p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 180%;
    /* or 45px */

    margin-bottom: 50px;
    color: #FFFFFF;

    opacity: 0.5;
}
.callout-text {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}