body {
    height: 100vh;
    position: relative;
}

/*header*/
.header .logo {
    width: 130px;
}

.header {
    padding: 5px 0;
    background: #a733bb;
    background: -moz-linear-gradient(left, #a733bb 0%, #7d4ac7 100%);
    background: -webkit-linear-gradient(left, #a733bb 0%, #7d4ac7 100%);
    background: linear-gradient(to right, #a733bb 0%, #7d4ac7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a733bb', endColorstr='#7d4ac7', GradientType=1);
}

.phone-number {
    background: #ffffff;
    color: #7d4ac7;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 6px;
    margin-top: 3px;
}

.phone-number:hover {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 1.0);
    background: transparent;
    text-decoration: none;
}

/*footer*/
.footer {
    background: #f3efef;
    padding: 15px 0;
    position: absolute;
    width: 100%;
}

.footer .logo {
    width: 160px;
}

.footer .box-text p {
    font-size: 0.5rem;
}

.footer .box-text ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .box-text ul li {
    display: inline-block;
}

.footer .box-text ul li a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.footer .box-text ul li a:hover {
    text-decoration: none;
}

.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-container .login-title{
	margin:20px auto;
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #7d4ac7;
}
.login-form-2{
    padding: 5%;
    background: #7d4ac7;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}

.login-container form{
    padding: 10px 10%;
}

.login-form .form-control {
    height: 45px;
}

.btnSubmit{
    width: 50%;
    border-radius: 1rem;
    /*padding: 3.5%;*/
    height: 45px;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background: #7d4ac7;
    background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #7d4ac7;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.modal-text .modal-header {
    display: block;
    text-align: center;
}

.rounded-close {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    height: 60px;
    width: 60px;
    margin-top: -70px!important;
    margin-right: -50px!important;
    position: relative;
    font-size: 30px;
    background: #7d4ac7;
    background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
}

.rounded-close span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -3px;
}

.close:focus, .close:hover {
    opacity: 1;
}

@media (max-width: 992px) {
    .login-container form {
        padding: 0;
    }

    .login-form {
        padding: 15px 20px 20px;
    }

    .login-form .btn-area {
        margin-bottom: 0;
    }

    .login-container {
        margin-top: 1.5%;
    }

    .login-form h3 {
        font-size: 17px;
    }

    .login-form .form-control,
    .btnSubmit {
        height: 35px;
    }

    .header .logo {
        width: 100px;
    }

    .phone-number {
        margin-top: 0;
    }

    .rounded-close span  {
        margin-top: 0;
    }
}

@media (min-width: 800px) {
    .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .rounded-close {
        width: 40px;
        height: 40px;
        margin-top: -60px!important;
        margin-right: -30px!important;
    }

    .modal.show .modal-dialog {
        padding: 15px;
    }

    .box-logo-footer,
    .footer .box-text p {
        margin-bottom: 15px;
        text-align: center;
    }

    .login-container {
        margin-top: 5%;
    }

    .login-form-1 {
        margin-bottom: 20px;
    }

    .login-container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .phone-number {
        padding: 2px 10px;
    }
}

@media (max-width: 360px) {
    .footer {
        margin-top: 100px;
    }

    .phone-number {
        padding: 2px 8px;
    }
}


// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }