body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: normal;
}

.p-0{
padding:0!important
}

.wrapper {
height: unset;
min-height: 100vh; 
position: relative;
top: 0;
height: 100vh; 
}

.wrapper.wrapper-login-full {
justify-content: unset;
align-items: unset;
padding: 0 !important;
}


.form__login .sso__login {  
x-margin-bottom: 20px;
margin-top: 10px;
}

.form__login button.sso {
border: 1px solid #d0d0d0;
background: #fff;
color: #333;
text-align: left;
padding: 12px 25px;
height: 48px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 4px;
width: 95%;
}

.form__login button.sso[disabled], .form__login button.sso:hover {
background: #f3f3f3;
}

.form__login button.sso:focus {
outline: none;
}

.form__login button.sso.google-sso>img {
border-radius: 50px;
}

.form__login button.sso>img {
height: 24px;
width: 24px;
vertical-align: middle;
margin-right: 5px;
}

.otherLogin {
display: none;
text-align: center;
padding: 0 10px;
margin-top: 25px;
}

.orWord {
background-color: #ffffff;
text-align: center;
position: relative;
padding: 5px 13px;
margin: 5px;
top: -10px;
color: #461bff;
}

.lineDiv {
border-bottom: 1px solid #461bff;
list-style: none;
opacity: 0.5;
}

/*
* === LOGIN ===
*/

.login-content {
clear: both;
}

.login-content .form-group {
margin-bottom: 0;
padding: 15px 10px 0px;
}

.login-content .form-group label {
margin-bottom: .5rem;
color: #461bff;
font-size: 14px;
font-weight: 600;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
}

.login-content .form-group .link {
color: #461bff;
float: right;
font-size: 13px;
}

.login-content .form-group .link:hover,
.login-content .form-group .link:focus {
opacity: .8;
outline: 0;
text-decoration: none !important;
}

.login-content .form-control {
font-size: 14px;
padding: .6rem 1rem;
height: 41px;
-webkit-box-shadow: none;
box-shadow: none;
}

.login-content .form-control:focus {
border-color: #461bff;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.login-aside {
float:left;
min-height: 100vh;
padding: 25px;
position: relative;
width: 100%;
}

.login-aside.left-side {
display: none;
}

.login-aside.right-side {
background: #ffffff;
overflow: auto;
}

.login-aside .login-content {
padding: 25px 25px 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -65%);
width: 295px;
}

.remember_checkbox_position {
margin-left: -15px;
}

.login-content .custom-checkbox {
display: none;
cursor: pointer;
margin-top: 5px;
position: relative;
}

.login-content .custom-checkbox input {
cursor: pointer;
position: absolute;
z-index: -1;
opacity: 0;
}

.logoImg {
vertical-align: middle;
max-width: 200px;
max-height: 150px;
width: auto;
height: auto;
margin-bottom: 20px;
}

.logoFooter {
padding-top: 15px;
vertical-align: middle;
max-width: 105px;
max-height: 50px;
width: auto;
height: auto;
}

.logoFooter{
-webkit-filter:grayscale(100%);
}
.logoFooter:hover{
-webkit-filter:grayscale(0%);
transition: .30s;
}

.login-content .custom-checkbox label {
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-top: 0;
padding-left: 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

.login-content .btn-submit {
background-color: #461bff;
color: #ffffff;
font-size: 14px;
width: 100%;
}

.login-content .btn-submit:hover {
opacity: .8;
}

.login-content .btn-submit:active {
opacity: .7;
}

.btn-primary {
background-color: #461bff;
border-color: #461bff;
color: #ffffff;
}

.btn-primary:hover {
background-color: #461bff;
border-color: #461bff;
color: #ffffff;
opacity: .8;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus{
background-color: #461bff;
border-color: #461bff;
color: #ffffff;
opacity: .7;
}

.invalidLogin {
color: #000;
}

.error_msg {
color: red;
}

.forgot-form {
display: none;
}

.form__field {
text-align: center;
}

.enter_label {
display: none;
color: #461bff;
margin-left: 10px;
margin-bottom: -10px;
}

@media screen and (min-width: 992px) {
.login-aside { 
width: 50%;
}

.login-aside.left-side {
background-image: url('/api/login-theme-v1/images/img.aside.png');
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: cover;
display: block;

}

.login-aside.left-side svg {
margin-left: 5px;
max-width: 40px;
}

.login-aside .login-content {
transform: translate(-50%, -50%);
min-width: 400px;
}

.login-content .custom-checkbox {
display: inline-block;
}

.login-content .btn-submit {
float: right;
height: 32px;
width: 137px;
}
}

@media screen and (max-width: 991px) {
.login-aside .login-content {
top: 0px;
left: 5vw;
width: 90vw;
transform: none;
}

.login-aside {
min-height: 100vh;
}
}