﻿/*.login-page-wrap {
    position: relative;*/
   /* width:100vw;*/
    /*height:100vh;
}
.login-page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    /*max-width: 1200px;*/
    /*height:100vh;*/
    /*background: #fff url('../background.png') no-repeat center center fixed;
    background-size: cover;
}
.login-page .img-top{
    position:absolute;
    top:0;
    left:0;
}
.login-page .img-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}
.login-main-content {
    width: 70%;
    max-width:1000px;
    position:absolute;
    z-index:10;
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login-page .wall-paper {
    position: relative;
    background: url('../loginwallpaper.png') no-repeat center center fixed;
    background-size: cover;
}
.login-page .wall-paper > button {
    position: absolute;
    border: 1px solid #fff;
    top: 16px;
    left: 16px;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    outline: none;
    font-size: 12px;
    font-weight: 700;
}
.login-page .card-header {
    border-bottom: none;
}
.login-page .card-title {
    color: #3B97D3;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.login-page .card-header > * > img {
    max-width: 175px;
}
.login-page .card-body > *:not(:last-child){
    margin-bottom:32px;
}
.login-page .card-header-sub{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #999;
}
.login-page .card-header-blue{
    color: #3B97D3;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.login-page .login-btn {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
    margin-bottom:40px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}
.login-page .login-btn:hover {
    background-position: right center;*/ /* change the direction of the change here */
    /*color: #fff;
    text-decoration: none;
}
.login-page .card-footer img {
    width: 85px;
    height: 27px;
}
.login-page .login-contact {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.login-page .login-input {
    display: flex;
    border: 1px solid #CCC;
    border-radius:4px;
    align-items:center;
    padding: 10px 16px;
}
.login-page .login-input i {
    color: #999999;
}
.login-page .show-password{
    cursor:pointer;

}
.login-page .login-input input {
    border: none;
    box-shadow: none;
}
.login-page .form-group{
    margin-bottom:24px;
}
.login-page form .form-group:nth-child(3){
    margin-bottom: 0px;
}
.login-page form .form-check-input{
    width:16px;
    height:16px;
}
.login-page [type*=password]{
    letter-spacing:5px;
}
.login-page [type*=password]::placeholder{
    letter-spacing: 0;
}*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

:root {
    --light: #cccccc;
    --dark: #999999;
    --dark-heavy: #222222;
    --main-color: #3b97d3;
    --background: #ffffff;
}

*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "Inter", sans-serif;
    /* display: grid;
  place-items: center;
  justify-content: center;
  align-items: center; */
}

#login {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
}

.flex-page {
    display: flex;
    height: 100%;
    width: 100%;
}

.login-img {
    width: 60%;
    /*background: linear-gradient(30deg, #3B97D3 0%, #98D6FF 100%);*/
    background-image: url('../img/background_login.jpg');
    position: relative;
    background-repeat: round;
}

    .login-img .img-wrapper {
        display: block;
        z-index: 10;
        width: 100%;
        height: 100%;
        max-width: 74%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .login-img .sign {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 11;
        width: 35px;
        height: 35px;
        padding: 16px;
        border-radius: 5px;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 700;
    }

    .login-img .img-wrapper::before {
        z-index: 10;
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%;
    }

    .login-img .img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.login-container {
    width: 40%;
    background-color: var(--background);
    padding: 32px 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .login-container .logo {
        text-align: center;
        max-height: 56px;
        display: flex;
        margin-bottom: 10px;
        justify-content: center;
    }

        .login-container .logo .text-logo .info-vn {
            text-transform: uppercase;
            font-family: 'UTMAvo-Bold', sans-serif;
            font-weight: 700;
            font-size: 18px;
            padding-top: 5px;
        }

        .login-container .logo .text-logo .info-en {
            text-transform: uppercase;
            font-family: 'UTMAvo-Regular', sans-serif;
            font-weight: 400;
            font-size: 15px;
            margin-top: 8px;
        }

.login-header {
    margin: 0 0 40px 0;
}

.login-form h2 {
    font-size: 50px;
    color: var(--main-color);
    line-height: 77.45px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.login-form h6 {
    font-size: 20px;
    color: var(--dark);
    line-height: 24.2px;
    font-weight: 400;
}

.login-container .form-group {
    padding: 0 0 24px 0;
    position: relative;
}

    .login-container .form-group .input-wrapper {
        width: 100%;
        padding: 0px 16px;
        border: 1px solid var(--light);
        border-radius: 4px;
        display: flex;
        align-items: center;
    }

form .form-group input {
    font-size: 20px;
    flex-grow: 1;
    height: 72px;
    outline: none;
    border: none;
}

.form-group i {
    color: #999999;
}

    .form-group i:first-child {
        margin-right: 1rem;
    }

.form-group .see {
    cursor: pointer;
}

.form-group #password {
    letter-spacing: .5rem;
}

    .form-group #password::placeholder {
        letter-spacing: normal;
    }

.form-group input::placeholder {
    color: var(--dark);
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 30px;
}

.form-group label {
    display: block;
    font-weight: 400;
    color: var(--dark-heavy);
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 4px 0;
}

.check-box {
    position: relative;
    display: block;
    align-items: center;
}

    .check-box label {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        color: var(--dark-heavy);
    }

    .check-box input {
        border: 1px solid;
        border-radius: 4px;
        color: var(--dark);
        width: 16px;
    }

.login-form .btn {
    width: 100%;
    height: 64px;
    border-radius: 5px;
    padding: 15px 35px;
    margin-top: 32px;
    background-image: linear-gradient( to right, #1fa2ff 0%, #12d8fa 51%, #1fa2ff 100% );
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 4px 6px rgba(174, 174, 174, 0.11), 0 1px 3px rgba(255, 255, 255, 0.08);
    border: 1px solid var(--main-color);
    cursor: pointer;
}

.btn:hover {
    transition: 0.3s;
    background-position: right center;
}

.login-contact {
    align-items: center;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
}

    .login-contact p {
        color: var(--dark-heavy);
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }

    .login-contact img {
        width: 85px;
        height: 27px;
    }

@media only screen and (max-device-width: 990px) {
    .login-img {
        display: none;
    }

    .login-form h2 {
        font-size: 30px;
    }

    .login-form h6 {
        font-size: 16px;
    }

    .login-container {
        width: 100%;
        padding: 32px;
    }

    .login-header {
        text-align: center;
    }

    .login-container .logo {
        margin-bottom: 24px;
        justify-content: center;
    }

    .login-container {
        justify-content: unset;
    }

    .login-contact {
        margin-top: auto;
    }

    .login-container .logo .text-logo .info-vn {
        text-transform: uppercase;
        font-family: 'UTMAvo-Bold', sans-serif;
        font-weight: 700;
        font-size: 15px;
        padding-top: 5px;
    }

    .login-container .logo .text-logo .info-en {
        text-transform: uppercase;
        font-family: 'UTMAvo-Regular', sans-serif;
        font-weight: 400;
        font-size: 8px;
        margin-top: 8px;
    }
}
