:root {
    --color-dark-blue: #002A56;
    --color-light-blue: #CFE5FA;
    --color-dark-gray: #6D6D6D;
    --color-black: #000;
    --color-white: #fff;
    --color-gray: #F0F0F7;
    --color-text-black: #3A3952;
    --theme-font-roboto: "Roboto", sans-serif;
}
*{
    margin:0px;
    padding:0px; 
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    background-color: var(--color-gray);
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* font-family: 'Helvetica Neue LT Pro', sans-serif; */    
    font-family: var(--theme-font-roboto);
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    color: var(--color-text-black);
    margin: 0;
    padding: 0;
}

.c{
    max-width: 1685px;
    padding: 0 60px;
    width: 100%;
}
.bg_full {
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapper, body, html {
    height: 100%;
}
.login_pg {
    height: 100%;
    font-family: "Roboto", sans-serif;
    padding: 60px;
    overflow: auto;
    text-align: center;
    white-space: nowrap;
}
.login_pg::after {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.login_pg > .c {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;    
    white-space: normal;
}
.login_pg ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}
.login_pg ._col{
    padding: 0 45px;
}
.login_pg ._1 {
    width: 42%;
}
.login_pg ._2 {
    width: 58%;
}
.login_pg .p{
    padding: 60px 0;
}
.login_pg .image {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.login_pg .logo{
    text-align: center;
}
.l_wrap {
    background-color: #fff;
    padding: 35px 45px;
    border-radius: 30px;
    margin-top: 45px;
}
.l_wrap .title {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 10px;
}
.l_wrap .desc {
    color: #6D6D6D;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
}
.field_label {
    font-size: 16px;
    font-weight: 500;
    color: #3A3952;
    margin-bottom: 10px;
    display: block;
}
.field_input {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
}
.field_group + .field_group{
    margin-top: 25px;
}
.text_center {
    text-align: right;
}
.l_form .link {
    color: #727272;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
}
.l_form {
    padding-top: 35px;
}
.field_group button {
    background-color: #343752;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 13px;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.4s;
}
.field_group button:hover{
    background-color: #000;
}
.or_text {
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #BCBABA;
    font-weight: 500;
    position: relative;
}
.or_text::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}
.or_text span {
    display: inline-block;
    padding: 0 25px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.reg_text {
    text-align: center;
    font-size: 16px;
    color: #727272;
}
.reg_text a {
    text-decoration: none;
    font-weight: 500;
    color: inherit;
}
.reg_text a:hover,
.link:hover {
    color: #002A56;
}
.l_form .alert {
    padding-top: 15px;
    text-align: center;
    color: red;
    font-size: 13px;
}
.l_form .alert.alert-success {
    color: #008000;
}
@media (max-width: 1600px){
    .c {
        max-width: 1300px;
    }
    .login_pg ._row {
        margin: 0 -20px;
    }
    .login_pg ._col {
        padding: 0 20px;
    }
    .l_wrap .title {
        font-size: 25px;
    }
    .l_wrap{
        padding: 30px;
        margin-top: 40px;
    }
    .field_label,
    .reg_text {
        font-size: 14px;
    }
    .field_input{
        padding: 10px 20px;
        font-size: 14px;
    }
    .field_group button{
        padding: 10px;
        font-size: 14px;
    }
    .logo img {
        width: 135px;
    }
    .login_pg .p{
        padding: 20px 0;
    }
    .c {
        padding: 0 50px;
    }
    .or_text {
        margin: 25px 0;
    }
}
@media (max-width: 1024px) {
    .login_pg {
        padding: 40px 0;
    }
    .c {
        padding: 0 40px;
    }
    .login_pg ._1,
    .login_pg ._2 {
        width: 100%;
    }
    .login_pg ._row {
        margin: 0;
    }
    .login_pg ._col {
        padding: 0;
    }
    /* ---------------------- New -------------------------------- */
    .login_pg ._col._2 {
        padding-top: 20px;
    }
    .login_pg .image {
        padding-top: 100%;
    }
    .login_pg {
        height: auto;
        overflow: visible;
    }
    .l_wrap {
        margin-top: 35px;
    }
    .or_text {
        margin: 20px 0;
        font-size: 15px;
    }
    .logo img {
        width: 120px;
    }
}
@media (max-width: 740px) {
    .login_pg {
        padding: 30px 0;
    }
    .c {
        padding: 0 30px;
    }
    .l_wrap .desc {
        font-size: 14px;
    }
    .l_wrap .title {
        font-size: 20px;
    }
    .l_wrap {
        padding: 20px;
        margin-top: 30px;
    }
    .or_text {
        margin: 15px 0;
        font-size: 14px;
    }
    .logo img {
        width: 105px;
    }
}
@media (max-width: 350px) {
    .login_pg {
        padding: 20px 0;
    }
    .c {
        padding: 0 20px;
    }
}