/*************   Content style   *************/
body {
    font-family: "Inter", sans-serif !important;
}

.login-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: radial-gradient(circle at 33% -23%, rgba(0, 66, 187, 0.22) 0%, rgba(0, 66, 187, 0.12) 15%, rgba(11, 26, 56, 0.06) 30%, transparent 45%), linear-gradient(90deg, #000919 0%, #000919 100%);
    backdrop-filter: blur(5.5px);
    position: relative;
    z-index: 0;
    &:after

{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 7, 22, 0.20);
    backdrop-filter: blur(5.5px);
}

&:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-image: url(img/shapes.svg);
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: contain;
}

}

.video-wrapper {
    position: fixed;
    top: 30px;
    left: 40px;
    right: 40px;
    bottom: 30px;
    z-index: -1;
    overflow: hidden;
}

.journeyMap-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-wrapper {
    position: relative;
    z-index: 5;
    max-width: 469px;
    padding: 40px 40px 45px 40px;
    border-radius: 20px;
    background: linear-gradient(142deg, #000919 -68.89%, #011333 45.51%);
    backdrop-filter: blur(7px);
    margin: 0 auto;
    .login-title

{
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    margin: 25px 0 12px;
}

.login-txt {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 25px;
}

}

.input-field {
    margin-bottom: 20px;
    label

{
    margin-bottom: 6px;
    color: #6B7793;
    font-size: 16px;
    font-weight: 500;
}

input {
    height: 42px;
    border: 1px solid transparent;
    background-color: rgba(217, 229, 255, 0.10);
    border-radius: 10px;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}

}

.input-field input::placeholder {
    color: #6B7793;
    font-weight: 400;
}

.input-field input:focus::placeholder {
    color: #fff;
}

.input-field input:focus {
    border: 1px solid #618BE7;
    background-color: rgba(217, 229, 255, 0.10);
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #6B7793;
}

.login-img {
    width: 131px;
    height: 35px;
}

.fields-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.login-link {
    color: #618BE7;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.login-btn {
    padding: 9px 20px 12px;
    min-width: 97px;
    width: 100%;
    border-radius: 16px;
    background-color: #054AE2;
    border: 1px solid #054AE2;
    font-size: 19px;
    font-weight: 600;
    color: #F5F9FF;
    text-align: center;
    transition: background-color 0.4s ease;
    &:hover

{
    background-color: #F5F9FF;
    color: #054AE2;
    font-weight: 600;
}

}

.form-check {
    color: #6B7793;
    font-size: 12px;
    font-weight: 400;
    .form-check-label

{
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
    background-color: transparent;
    border-color: #6B7793;
    &:focus

{
    box-shadow: none;
}

}
}

.form-control:focus {
    box-shadow: none !important;
}
