* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    background: #222d32;
    font-family: Roboto,sans-serif
}

.login__section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #F0EFF2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.login__section .backArea {
    text-align: left
}

.login__section .backArea a {
    color: #333;
    text-decoration: none
}

.login__section .login-box {
    width: 350px;
    margin-top: 75px;
    height: auto;
    background: white;
    backdrop-filter: blur(10px);
    text-align: center;
    box-shadow: 5px 4px 20px -10px #0000006b;
    padding: 15px
}

.login__section .login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27ef9f,#0db8de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.login-key img {
    width: 100px
}

.login__section .login-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: 400;
    color: #333;
}

.login__section .login-form {
    margin-top: 25px;
    text-align: left
}

.login__section input {
    width: 100%;
    background-color: #f0eff4;
    font-size: 15px;
    border: none;
    border-top: 0;
    border-radius: 0;
    outline: 0;
    padding: 15px;
    margin-bottom: 10px;
    color: black;
    font-weight: 400;
    display: block;
    width: -webkit-fill-available;
    min-height: 40px;
}
.login__section .middleForm{
    margin: 20px 0px !important;
}
.login__section select {
    width: 100%;
    background-color: #f0eff4;
    font-size: 15px;
    border: none;
    border-top: 0;
    border-radius: 0;
    outline: 0;
    padding: 15px;
    margin-bottom: 10px;
    color: black;
    font-weight: 400;
    display: block;
    width: -webkit-fill-available;
    min-height: 40px;
}
.login__section select option{
    color: #333333;
    background: #f0eff4;
}
.login__section .invalid-feedback {
    color: red;
    font-size: 12px
}

.login__section .form-group {
    margin-bottom: 0;
    outline: 0
}

.login__section input:focus {
    outline: 0;
    box-shadow: 0 0 0
}

label {
    margin-bottom: 0
}

.login__section .form-control-label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px
}

.login__section .btn-outline-primary {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 0px solid transparent;
    background: #333333;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .2s!important
}

.login__section .btn-outline-primary:hover {
    background: #edf1f5;
    color: #333333;
}

.login__section .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem #00b8b200!important
}

.login__section .login-btm {
    float: left
}

.login__section .login-button {
    padding-right: 0;
    text-align: right;
    margin-bottom: 25px
}

.login__section .login-text {
    text-align: left;
    padding-left: 0;
    color: #a2a4a4
}

.login__section .loginbttm {
    padding: 0
}
