﻿.main-box {
    width: 100%;
    position: absolute;
    top: 31%;
    margin-top: -230px;
}

.login {
    width: 1018px;
    height: 714px;
    border: 1px solid #DDD;
    margin-bottom: 8px;
    background: url(Images/LoginBg.jpg) no-repeat;
    padding-top: 144px;
}

.refeshBtn {
}

.loginContent {
    position: relative;
    left: 308px;
    top: 190px;
    width: 400px;
}

    .loginContent .form-control {
        border-color: #000000;
    }

#captchaBox {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(Images/loading.gif) no-repeat center;
}

#captchaRefresh {
    font-size: 1.2em;
    position: relative;
    top: 1px;
}

.footer p {
    margin: 0 0 2px;
}

.service-stop {
    position: relative;
    top: 60px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 25px;
}

.btn-custom {
    color: #000000;
    background-color: rgba(238, 238, 238, 0.45);
    background-image: unset;
    border-color: #000000;
    letter-spacing: 1px;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
}

    .btn-custom:hover {
        color: #ffffff !important;
        background-color: #5a5a5a !important;
        background-image: unset !important;
        border-color: #000000 !important;
        letter-spacing: 1px;
    }

    .btn-custom:active {
        color: #ffffff !important;
        background-color: #333333 !important;
        background-image: unset !important;
        border-color: #000000 !important;
        letter-spacing: 1px;
    }
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.password-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .password-container input {
        width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .password-container i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

.eye-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('Images/eye.ico');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.eyeclose-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('Images/eyeclose.ico');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

input[type="password"]::-ms-reveal {
    display: none;
}