@import
url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    color: #000;
    background-image: url('../assets/img/login_bg.jpg');
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-position: center;
    background-size: cover;
}

input, textarea {
background-color: #ffffff;
box-sizing: border-box;
border: none !important;
border: 1px solid #c4c4c4!important;
font-size: 12px !important;
color: #000;
font-weight: 400;
}

button:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline-width: 0;
}

.card {
border-radius: 0;
border: none;
background-color: transparent;
}

.card1 {
width: 50%;
padding: 40px 30px 10px 30px;
background-color: color(srgb 0.949 0.949 0.9491);
border-radius: 4px;
}

.card2 {
width: 50%;
padding: 35px 30px 10px 30px;

}

#logo {
width: 70px;
height: 60px;
}

.heading {
color: #09567b;
}

/*::placeholder {
color: #000 !important;
opacity: 1;
}

:-ms-input-placeholder {
color: #000 !important;
}

::-ms-input-placeholder {
color: #000 !important;
}*/

.form-control-label {
font-size: 12px;
margin-left: 2px;
}

.msg-info {
padding-left: 15px;
margin-bottom: 30px;
}

a {
color: #000;
}

a:hover {
color: #000;
}



.sm-text {
font-size: 12px;
}

@media screen and (max-width: 992px) {
.card1 {
width: 100%;
padding: 40px 30px 10px 30px;
background-color: color(srgb 0.949 0.949 0.9491);
}

.card2 {
width: 100%;
}

.right {
margin-top: 100px !important;
margin-bottom: 100px !important;
}
}

@media screen and (max-width: 768px) {
.container {
padding: 10px !important;
}

.card2 {
padding: 50px;
}

.right {
margin-top: 50px !important;
margin-bottom: 50px !important;
}
}

.btn.btn-primary {
background: #21577d !important;
border: 1px solid #21577d !important;
color: #fff !important;
font-size: 15px;
border-radius: 4px;
}

.btn.btn-reg {
background: #d3eeff !important;
border: 1px solid #b5cad5 !important;
color: #21577d !important;
font-size: 15px;
border-radius: 4px;
}

.modal-content {
background-color: color(srgb 0.949 0.949 0.9491);
border-radius: 4px;
}

.form-control {
color: #578da7;
margin-top: 4px;
font-size: 13px;
border: 1px solid #c4c4c4 !important;
}

/*input::placeholder {
color:#578da7 !important;
font-weight: 100;
}*/

.label-agree-term {
        font-size: 11px;
}

.term-service {
text-decoration: none;
color: #578da7;
font-weight: 100;
font-size: 11px;
}

.text-danger {
       font-size: 10px;
}


@media (min-width: 2200px) {
    .card0 {
        scale: 1.5;
    }
}