﻿* {
    font-family: "Athiti", sans-serif;
}

body {
    /*background-color: #e73796 !important;*/
    /*font-family: 'Athiti' !important;*/
    margin: 0 !important;
    padding: 0 !important;
    /*background: rgb(231,55,151);
    background: -moz-linear-gradient(180deg, rgba(231,55,151,1) 20%, rgba(175,23,105,1) 80%);
    background: -webkit-linear-gradient(180deg, rgba(231,55,151,1) 20%, rgba(175,23,105,1) 80%);
    background: linear-gradient(180deg, rgba(231,55,151,1) 20%, rgba(175,23,105,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e73797",endColorstr="#af1769",GradientType=1);*/
}
form {
    margin: 0;
    padding: 0;
}
.section-wrapper {
    position: relative;
    max-width: 480px !important;
    margin: 0 auto;
    padding: 0;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background: rgb(162,19,174);
    background: -moz-linear-gradient(180deg, rgba(162,19,174,1) 20%, rgba(84,10,114,1) 80%);
    background: -webkit-linear-gradient(180deg, rgba(162,19,174,1) 20%, rgba(84,10,114,1) 80%);
    background: linear-gradient(180deg, rgba(162,19,174,1) 20%, rgba(84,10,114,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a213ae",endColorstr="#540a72",GradientType=1);*/
    min-height: 100vh !important;
    overflow: hidden;
}

.section-header {
    width: 100%;
    height: auto;
    background: rgb(162,19,174);
    background: -moz-linear-gradient(180deg, rgba(162,19,174,1) 20%, rgba(84,10,114,1) 80%);
    background: -webkit-linear-gradient(180deg, rgba(162,19,174,1) 20%, rgba(84,10,114,1) 80%);
    background: linear-gradient(180deg, rgba(162,19,174,1) 20%, rgba(84,10,114,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a213ae",endColorstr="#540a72",GradientType=1);
}

.section-body {
    width: 100%;
    height: auto;
    padding: 15px;
}

.section-footer {
    width: 100%;
    max-width: 480px !important;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px 15px;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: #ffffff;*/
}

.color-white {
    color: #ffffff !important;
}

.color-default {
    color: #ffffff !important;
}

.color-red {
    color: red !important;
}

.color-link {
    color: green !important;
}
.color-green {
    color: green !important;
}
.color-gold {
    color: gold !important;
}
.font-bold {
    font-weight: bold !important;
}

/** Button **/
.btn-login {
    border-radius: 15px;
    color: #fff;
    background: rgb(187,0,169);
    background: -moz-linear-gradient(90deg, rgba(187,0,169,1) 0%, rgba(133,0,146,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(187,0,169,1) 0%, rgba(133,0,146,1) 100%);
    background: linear-gradient(90deg, rgba(187,0,169,1) 0%, rgba(133,0,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb00a9",endColorstr="#850092",GradientType=1);
    border-color: #850092;
}

    .btn-login:hover {
        color: #fff;
        background-color: #a213ae;
        border-color: #ffffff;
    }

    .btn-login:focus, .btn-login.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-login.disabled, .btn-login:disabled {
        color: #fff;
        background-color: #fa7ac8;
        border-color: #fa7ac8;
    }

    .btn-login:not(:disabled):not(.disabled):active, .btn-login:not(:disabled):not(.disabled).active,
    .show > .btn-login.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-login:not(:disabled):not(.disabled):active:focus, .btn-login:not(:disabled):not(.disabled).active:focus,
        .show > .btn-login.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

/** Slide carousel **/
.carousel-indicators {
    top: 190px;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
}

.img-login-phone {
    width: 350px;
    height: 60px;
    background-image: url('../images/img/phone.png');
    background-size: 350px auto;
    background-repeat: no-repeat;
}
.img-login-password {
    width: 350px;
    height: 60px;
    background-image: url('../images/img/password.png');
    background-size: 350px auto;
    background-repeat: no-repeat;
}
.textbox-transparent {
    color: #ffffff;
    background: transparent !important;
    line-height: 38px !important;
    border: none;
    outline: none;
    width: 100% !important;
    text-align: center !important;
}
.title-phone {
    padding-left: 60px;
    margin-top: -8px;
    position: absolute;
    font-size: 18px;
}
.title-password {
    padding-left: 60px;
    margin-top: -5px;
    position: absolute;
    font-size: 18px;
}
.mt-phone {
    padding-top: 8px;
}
.mt-password {
    padding-top: 14px;
}
.btn-block-auto {
    display: block !important;
    width: 350px;
}
.width-forgotpassword-register {
    width: 350px;
}
.font-auto {
    font-size: 16px;
}
@media (max-width: 414px) {
    .font-auto {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .img-login-phone {
        width: 300px;
        height: 50px;
        background-size: 300px auto;
    }

    .img-login-password {
        width: 300px;
        height: 50px;
        background-size: 300px auto;
    }
    .textbox-transparent {
        line-height: 30px !important;
    }
    .title-phone {
        padding-left: 60px;
        margin-top: -8px;
        font-size: 16px;
    }

    .title-password {
        padding-left: 60px;
        margin-top: -5px;
        font-size: 16px;
    }
    .mt-phone {
        padding-top: 10px;
    }

    .mt-password {
        padding-top: 13px;
    }
    .btn-block-auto {
        width: 300px;
    }
    .width-forgotpassword-register {
        width: 300px;
    }
}

@media (max-width: 320px) {
    .font-auto {
        font-size: 12px;
    }
}

@media (max-width: 300px) {
    .font-auto {
        font-size: 10px;
    }
}
