* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background-color: #fff;
    color: #454545;
}

body,
input,
button,
option,
textarea,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font: 14px/18px 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
    outline: none;
    zoom: 1;
}

ul,
li,
ol {
    list-style: none;
    margin: 0px;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 20px;
    margin: 0px;
}

@media (max-width:768px) {
    .login-box,
    .register-box {
        width: 100% !important;
    }
    .login-box-body,
    .register-box-body {
        padding: 20px 15px !important;
        margin: 20px 15px 20px 10px !important;
    }
}

.main-log {
    display: flex;
    width: 100%;
}

.page-regs {
    background: url(../image/bg-loginchungcu.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.box-leftlogin {
    position: relative;
}

.login-page,
.register-page {
    background-color: #f6f8f9;
}

.login-box,
.register-box {
    width: 500px;
    margin: 5% auto;
}

.login-logo h1,
.register-logo h1 {
    font-size: 1.5rem;
    color: #2c2c2c;
    font-weight: bold;
    padding-bottom: 15px;
}

.login-logo,
.register-logo {
    font-size: 26px;
}

.login-logo span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.login-box-body .card-body {
    padding: 0px;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-box .form-control {
    height: 50px;
    border: 1px solid #d9dbe4;
    border-radius: 5px;
    box-shadow: none;
}

#login-form label {
    font-size: 1rem;
    font-weight: 400;
}

.btn-login {
    background-color: #0365f0;
    color: #fff;
    font-weight: 700 !important;
    text-align: center;
    height: 50px;
    border-radius: 8px !important;
    width: 100%;
}

.btn-login:hover {
    color: #f2f2f2;
}

.auth-clients {
    display: flex !important;
}

.btn-user {
    background-color: #2235a2;
    height: 50px;
    color: #fff;
    font-weight: 600 !important;
}

.btn-user:hover {
    background-color: #207afa;
    color: #fff !important;
}

.login-box .register-form .btn-primary {
    background-color: #008AD2;
    border-color: #008AD2;
    padding: 10px 12px;
}

.login-box .register-form .panel-default {
    border-color: transparent;
}

.login-box .register-form .btn-primary:hover {
    background-color: #ff9600;
    border-color: #ff9600;
}

.btn-primary {
    background-color: #3897f1;
    border-color: #3897f1;
}

.btn-primary:hover {
    background-color: #3897f1;
    border-color: #3897f1;
}

.card-header {
    font-size: 1.4em;
}

.login-box p.text-center a {
    color: #333;
}

ul.auth-clients li {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    user-select: none;
    margin-bottom: 15px;
    height: 40px;
    line-height: 41px;
    color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    border-radius: 4px;
    outline: none;
    background: rgb(241, 241, 241);
    border: 1px solid #dedede;
}

ul.auth-clients li .auth-icon {
    margin-top: 4px;
    margin-left: 5px;
    padding-left: 38px;
    line-height: 35px;
    font-size: 16px;
    color: #454545;
    font-weight: 400;
}

ul.auth-clients li .auth-icon:hover {
    color: #0876bf;
}