*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    font-family:"Segoe Print" sans-serif;
}

body {
    min-height: 100vh;
    background-image: url("/images/login/zz-backgoud/cover-PhotoRoom.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.container6g {
    width: 850px;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}

.container6g .form {
    height:100%;
    width:100%;
    background:#fff
}

.container6g .form-container6g {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.form-container6g .loginform6g,
.form-container6g .dimage6g {
    width: calc(100% / 2 - 25px);
    /*background:red;*/
}

form .form-container6g .title{
    font-size:38px;
    font-weight:500;
/*    text-align:center;*/
    color:#333;
}

/*form .form-container6g .title:before {
    content: '';
    position: absolute;
    height:3px;
    width:25px;
}*/

form .loginform6g .title:before {
    width:20px;
}

form .form-container6g .input-box6gs {
    margin-top:30px;
}

form .form-container6g .input-box6g {
    display:flex;
    align-items:center;
    height:50px;
    width:100%;
    margin:10px 0;
    position:relative;
}

.form-container6g .input-box6g input {
    height: 100%;
    width: 100%;
    outline:none;
    border:none;
    padding:0 30px;
    font-size:16px;
    font-weight:500;
    border-bottom:2px solid rgba(0,0,0,0.2);
    transition:all 0.3s ease;
}

.form-container6g .input-box6gs input:focus,
.form-container6g .input-box6gs input:valid {
    border-color: #345687;
}

.form-container6g .input-box6gs .lo {
    position: absolute;
    color: #223356;
    font-size: 17px;
    margin-right: 50px;
}

.form-container6g .input-box6gs .lz {
    position: absolute;
    right:0;
    color: #223356;
    font-size: 17px;
    cursor:pointer;
    padding-right:7px;
}


form .form-container6g .button {
    margin-top:40px;
}

form .form-container6g .button input {
    color: #fff;
    background: #223356;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

form .form-container6g .button input:hover {
    background: #131E40;
}

.logo {
    text-align: center
}

.option_field {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

a {
    font-size:13px;
}

a:hover{
    color: #131E40;
}

.checkbox {
white-space:nowrap;
font-size:14px;
}