﻿/*
 * http://www.sumool.com
 * Shenzhen SuMool Network Technology Co., Ltd.
 * Version v2.1.0
 */
@media (-webkit-min-device-pixel-ratio: 1.1) {
    .page-content {
        zoom: 0.9;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
    .page-content {
        zoom: 0.95;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    .page-content {
        zoom: 1;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.75) {
    .page-content {
        zoom: 1;
    }
}

@media (-webkit-min-device-pixel-ratio: 2.0) {
    .page-content {
        zoom: 0.8;
    }
}

html {
    overflow-x: hidden;
    overflow-y:auto;
    position: relative;
    height: 100%;
}
body {
    width:100%;
    min-height:100%;
    font-family:Inter;
    font-size:14px;
}

.back-bg {
    background-image: url(../images/clientlogin-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    overflow:auto;
}
.left-bg {
    width:70%;
    margin-left:20%;
}
.login-form{
    margin-top:15%;
    width:26rem;
    border-radius:10px !important;
}
.p-message{
    height:1rem;
}
.p-message > span{
    font-size:0.82rem;
    color:red;
}
.custom-logo{
    height:50px;
    object-fit:contain;
}
.row-left{
    height:100% !important;
    display:flex;
}
.register-form {
    margin-top: 2%;
    border-radius: 10px !important;
}
.pwd-form {
    margin-top: 2%;
    border-radius: 10px !important;
    width:30rem;
}
.intl-tel-input{
    width:100%;
}
.intl-tel-input-search {
    border: 1px solid #ced4da;
}
    .intl-tel-input-search:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.8px rgba(0,123,255,.25);
    }
.sm-input-group-ico__search {
    background-color: #fff;
    border-left: none !important;
    padding: 0.375rem 0.55rem !important;
}
.sm-input-group__border:focus {
    border: 1px solid #ced4da !important;
    border-right: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sm-input__border:focus {
    border: 1px solid #ced4da !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 576px) {
    .row-left {
        height: auto !important;
    }
    .login-left{
        display:none !important;
    }
    .col-sm-12 > .login-form {
        margin-top: 5rem !important;
        width: 95% !important;
    }
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .font-weight-bold{
        font-size:1rem !important;
    }
    .fixed-top{
        right:1rem !important;
    }
    .register-form {
        margin: 0.5rem !important;
    }
    .pwd-form {
        margin: 0.5rem !important;
        width:auto !important;
    }
}