body {
    background-color: white;
}

#wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#top-nav {
    display: none;
}

#main-container {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background-position: center;
}

.loginBox {
    width: 467px;
    height: 438px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding: 30px;
}

.loginBox .bigTitle {
    color: #18a7ac;
    font-size: 24px;
    margin-bottom: 30px;
}

.loginBox .row {
    margin-bottom: 20px;
    position: relative;
}

.loginBox .row input {
    width: 100%;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
}

.loginBox .loginBtn {
    width: 407px;
    height: 42px;
    background-color: #18a7ac;
    border-color: #18a7ac;
}

.loginBox .loginBtn:hover {
    background-color: #18a7ac !important;
    border-color: #18a7ac !important;
}

.loginBox .login {
    margin-top: 15px;
    color: rgb(102, 102, 102);
    display: inline-block;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.validate {
    margin-top: 40px;
}

.getvalidate {
    position: absolute;
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    right: 10px;
    top: 0;
    border: none;
    background-color: #18a7ac !important;
}

.getvalidate:hover {
    border: none;
    background-color: #18a7ac !important;
}

.gettingvalidate {
    position: absolute;
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    right: 0;
    top: 0;
    border: none;
}