@font-face{
    font-family: UTM_Centur;
    src: url('/fonts/UTM Centur.ttf');
    font-display: swap;
}

body {
    overflow: auto;
}
body::-webkit-scrollbar {
    display: none;
  }

#carouselExampleControls {
    position: fixed;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}


.wrraped_login {
    margin: auto;
}
.login-page .login-box {
    max-width: 108vh;
    float: right;
}
.wrapped_login_form {
    max-height: 85vh;
}
.wrapped_forget_pass {
    display: none;
}
.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}
.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}

.login-page .login-box .logo {
    margin-bottom: 20px;
    text-align: center;
    max-width: 100% !important;
}
.login-page .login-box a {
    font-size: 14px;
    text-decoration: none;
    color: #00bcd4;
}
.login-page .login-box .logo a {
    font-size: 36px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.card .body .col-xs-12,
.card .body .col-sm-12,
.card .body .col-md-12,
.card .body .col-lg-12 {
    margin-bottom: 20px;
}
.card .body .col-xs-6,
.card .body .col-sm-6,
.card .body .col-md-6,
.card .body .col-lg-6 {
    margin-bottom: 20px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.input_text {
    width: 100%;
}
.user_name_login,
.password_login {
    border-bottom: 1px solid black !important;
    background: unset !important;
    box-shadow: unset !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: unset !important;
    padding-left: 4em !important;
}
::placeholder {
    color: #1b4486 !important;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1b4486 !important;
    font-size: 16px;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1b4486 !important;
    font-size: 16px;
}
::-webkit-input-placeholder {
    color: #1b4486 !important;
}
.user_name_login,
.password_login {
    width: 100%;
    height: 45px;
    position: relative;
}
.icon_username,
.icon_password {
    position: absolute;
    left: 15px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-github {
    color: #fff !important;
    border-color: #222;
    background-color: #222;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.btn-twitter {
    color: #fff !important;
    border-color: #1da1f2;
    background-color: #1da1f2;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.btn-facebook {
    color: #fff !important;
    border-color: #3b5999;
    background-color: #3b5999;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.btn-google {
    color: #fff !important;
    border-color: #dd4b39;
    background-color: #dd4b39;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.bg-pink {
    color: #fff;
    background: #e91e63;
    background: -webkit-linear-gradient(to bottom, #e91e63, #eb3573);
    background: linear-gradient(to bottom, #e91e63, #eb3573);
}
.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    outline: none;
    font-weight: bold;
}
.btn:not(.btn-link):not(.btn-circle) i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.fab,
.fab_send,
.fab_listen {
    display: inline-block;
    color: white;
    width: auto;
    height: auto;
    margin: 0;
}
@media (max-width: 550px) {
    .login-box {
        float: unset !important;
    }
    #frmLogin {
        margin-top: 60px !important;
    }
    .img-login {
        display: none;
    }
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .wrapped_forget_pass {
        height: 55vh;
        width: 500px !important;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
}
#page-login {
    height: 100vh;
}
.languages {
    position: absolute;
    bottom: 0px;
    /*background: #F2F2F2;*/
    margin: 9px;
    width: 100%;
    padding: 5px;
    color: #333;
}
.languages span {
    float: right;
}
@media (min-width: 350px) and (max-width: 1200px) {
    #page-login .logo img {
        width: 50% !important;
    }
}
.bg-login {
    color: white !important;
}
.title-login{
    /*font-family: UTM_Centur !important;*/
    position: absolute;
    z-index: 99;
    top: 38px;
    color: #222D50;
    font-size: 15px;
    font-weight: 600 !important;
}
.btn_link_app img {
    width: 100px;
}
.wrraped_input {
    position: relative;
}
.back_login {
    font-size: 20px !important;
}
