﻿/*
 * 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/back-bs-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -170px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #3854e4;
}

.pl-5-ext {
    padding-left: 3rem;
}

input[type=text],
input[type=password],
input[type=email]::placeholder {
    color: #999;
    font-size: 0.9rem;
}

.app-search .form-control::-webkit-input-placeholder {
    color: #ced4da;
    font-weight: normal;
}

.left-bg {
    width: 70%;
    margin-left: 20%;
}

.login-form {
    margin-top: 15%;
    width: 26rem;
    border-radius: 10px !important;
}

.txt-des {
    font-size: 22px;
    vertical-align: middle;
}

.imgico {
    margin-left: -6px;
    height: 50px;
    object-fit: contain;
}

.img-des {
    width: 150px;
    object-fit: contain;
}

.split-line {
    height: 40px;
    width: 2px;
    background-color: #9999cc;
}

.input-ext {
    height: 44px;
    border-radius: 10px !important;
}

.card-des-top {
    width: 40rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.card-des-bottom {
    width: 40rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.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 {
    background-color: #fff;
    border-radius: 10px !important;
    width: 30rem;
    margin-left: 15%;
}

.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 (min-width: 577px) and (max-width: 1200px) {
  .register-form{
     margin-top: 5rem !important;
  }
}
@media (max-width: 576px) {
    .row-left {
        height: auto !important;
    }

    .login-left {
        display: none !important;
    }

    .back-bg {
        background-size: 100% 100% !important;
        height: 100% !important;
        background-repeat: repeat-y !important;
    }

    .pl-5-ext {
        padding-left: 1rem !important;
    }

    .col-sm-12>.login-form,
    .register-form {
        margin-top: 5rem !important;
        width: 95% !important;
        height: 100% !important;
        background-repeat: repeat-y !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;
    }
}