/*----------------------------------------------------- skeleton -----------------------------------------------------*/
body {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.passport-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-body {
    width: 500px;
    padding: 38px 50px 50px;
    background: #fff;
    box-shadow: 0 0 50px #ccc;
    border-radius: 5px;
    border: #cecece;
}
.mip-reg-heading {
    font-size: 18px;
    color: #333;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}
.mip-reg-logo {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.mip-reg-logo img {
    max-width: 65%;
    max-height: 80px;
}
.form-group {
    margin-bottom: 1.429rem;
}
.form-group:before, .form-group:after {
    display: table;
    content: " ";
}
.form-control {
    border: 1px solid #cbcbcb;
    font-size: 1rem;
    line-height: 1.571429;
    display: block;
    width: 100%;
    padding: 0.429rem 0.929rem;
    color: #76838f;
    border-radius: 0.215rem;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.573rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ey-member input.form-control, .ey-member textarea.form-control {
    border-radius: 0;
    height: 43px;
}
input.form-control:hover, input.form-control:active, input.form-control:focus, input.input-txt:hover, input.input-txt:active, input.input-txt:focus {
    border-color: #fd8a27;
    outline: none;
}
.btn-block {
    width: 100%;
    padding: 0.715rem 1.286rem;
    display: block;
    color: #ffffff !important;
    font-size: 1rem;
    background: #fd8a27 !important;
    box-shadow: 1px 1px 2px #ccc;
    outline: 0;
    border: none;
}
.login-link {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.left {
    float: left;
    width: 50%;
}
.right {
    float: right;
    width: 50%;
}
.right img {
    max-height: 41px;
}
.text-danger {
    color: red;
}
.label {
    float: left;
    width: 20%;
    line-height: 41px;
    color: #aaa;
}
.input {
    float: left;
    width: 80%;
}
.input-captcha {
    width: 50%;
}
.captcha {
    width: 30%;
}
