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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
}

body{
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgb(252,116,64) !important;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(252,116,64);; */
    outline: 0 none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.title-login {
    font-weight: bolder;
    font-size: 56px;
    color: #fff;
    margin-left: 90px;
    margin-top: 160px;
}

.invite-login-icon {
    height: 30px;
}

.register-form-title{
    font-weight: bolder;
    font-size: 48px;
    color: #000;
    margin-top: 70px;
    margin-bottom: 30px;
}

.remember-check{
    width: 2em;
    height: 2em;
    margin-right: 15px;
}

.form-check-input:checked {
    background-color: rgb(252,116,64);
    border-color: rgb(252,116,64);
}
.btn-gh-primary{
    overflow: hidden;
    position: relative;
    background: rgb(252,116,64);
    background: -moz-linear-gradient(90deg, rgba(252,116,64,1) 0%, rgba(240,93,90,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252,116,64,1) 0%, rgba(240,93,90,1) 100%);
    background: linear-gradient(90deg, rgba(252,116,64,1) 0%, rgba(240,93,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc7440",endColorstr="#f05d5a",GradientType=1);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 10px;
    padding: 15px 50px;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn-gh-primary:hover{
    color: #fff;

}

.btn-gh-primary span {
    z-index: 20;
}


.btn-gh-primary:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.btn-gh-primary:hover:after {
    left: 120%;
    transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
}
.bg-auth{
    background-image: url('../../images/auth/bgpatron.jpg');
    background-repeat: no-repeat no-repeat;
    background-origin: inherit;
    height: 100vh;
    width: 100%;
    background-size: cover;
}

.bg-login{
    background-image: url('../../images/auth/bg.jpg');
    background-repeat: no-repeat no-repeat;
    background-origin: inherit;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bg-login-invite{
    background-image: url('../../images/auth/bginvite.jpg');
    background-repeat: no-repeat no-repeat;
    background-origin: inherit;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.login-card{
    min-height: 100vh;

    background-color: #fff;
    border-radius: 50px  0 0 50px;
}

.centerSign{
    padding-top: 100px;
}

.btn-login-social{
    font-size: 18px;
}

.form-log-icon{
    height: 23px;
    padding-right: 10px;
}
.separator-form{
    color: rgb(252,116,64);
    font-size: 16px;
}

.login-form-label{
    font-size: 16px;

}
.login-form {
    white-space: nowrap;
    margin-left: -15px;
}
.register-form-have{
    white-space: nowrap;
}
.login-form a {
    text-decoration: none;
    color: rgb(252,116,64);
}

.register-form-have  a {
    text-decoration: none;
    color: rgb(252,116,64);
}

.login-form-align{
    padding-right: 0;
}

.img-logo-register{
    display: none;
}

.img-person-register{
    display: none;
}

@media only screen
and (min-width: 0px)
and (max-width: 320px)
and (orientation: portrait) {
    .title-login{
        font-weight: bolder;
        font-size: 20px;
        color: #fff;
        margin-left: 10px;
        margin-top: 25px;
        margin-bottom: 60px;
    }
@media only screen
and (min-width: 320px)
and (max-width: 576px)
and (orientation: portrait) {

    .title-login{
        font-weight: bolder;
        font-size: 30px;
        color: #fff;
        margin-left: 15px;
        margin-top: 25px;
        margin-bottom: 60px;
    }

    .bg-auth{
        background-image: url('../../images/auth/bgpatron.jpg');
        background-repeat: repeat;
        background-origin: inherit;
        height: 100vh;

    }
    .bg-login{
        background-image: none;
        background-repeat: no-repeat no-repeat;
        background-origin: inherit;
        height: 100vh;
        width: 100%;
        background-size: contain;
    }

    .bg-login-invite{
        background-image: none;
        background-repeat: no-repeat no-repeat;
        background-origin: inherit;
        height: 100vh;
        width: 100%;
        background-size: contain;
    }

    .login-form-align{
        padding-right: 0;
        padding-left: 0;
    }

    .login-card{
        min-height: 100vh;
        padding: 15px;
        background-color: #fff;
        border-radius: 50px  50px 0 50px;
    }
    .register-form-title{
        font-weight: bolder;
        font-size: 30px;
        color: #000;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 15px;
    }

    .btn-login-social{
        font-size: 14px;
    }

    .form-log-icon{
        height: 18px;
        padding-right: 10px;
    }

    .login-form-label{
        font-size: 14px;
    }
    .btn-gh-primary{
        overflow: hidden;
        position: relative;
        background: rgb(252,116,64);
        background: -moz-linear-gradient(90deg, rgba(252,116,64,1) 0%, rgba(240,93,90,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(252,116,64,1) 0%, rgba(240,93,90,1) 100%);
        background: linear-gradient(90deg, rgba(252,116,64,1) 0%, rgba(240,93,90,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc7440",endColorstr="#f05d5a",GradientType=1);
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        border-radius: 10px;
        padding: 15px 50px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .img-logo-register{
        display: block;
        height: 60px;
        padding-left: 15px;
        margin-top: 30px;

    }
    .img-person-register{
        display: block;
    }
}
@media only screen
and (min-width: 577px)
and (max-width: 768px)
and (orientation: portrait) {
    .bg-login{
        background-image: url('../../images/auth/bg.jpg');
        background-repeat: no-repeat no-repeat;
        background-origin: inherit;
        min-height: 100vh;
        width: 100%;
        background-size: contain;
    }
}
