﻿.login-imc {
    width: 100%;
    height: 100%;
    background: url("../../Content/image/common/login_imc_bc.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.login-content {
    background-color: #fff;
    width: 364px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px !important;
}

    .login-content h3 {
        width: 100%;
        text-align: center;
    }

    .login-content p {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

.input-group {
    margin: 15px 0;
}

.form-control {
    border: 1px solid #dcdfe6;
   
}
.form-control:focus{
     box-shadow:none;
}
.glyphicon {
    top: 0 !important;
}

.btn {
    width: 100%;
    margin-top: 15px;
}

.login-code {
    margin: 15px 0;
    height: 35px;
}

.code {
    width: 45%;
    float: left;
    margin: 0;
}

.code-img {
    width: 55%;
    height: 35px;
    float: left;
    line-height: 35px;
}

    .code-img span {
        margin-left: 10px;
        cursor: pointer;
        color: #20a0ff;
    }

.input-group-addon {
    background-color: #ffffff;
    color: #c0c4cc;
    border: 1px solid #dcdfe6;
}
