/* LOGIN PAGE STYLE */
.moove-protection-login-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.moove-protection-login-container .login-part {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .reset-password-part {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .reset-confirm-part {
    position: absolute;
    left: 200%;
    top: 0;
    width: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.moove-protection-login-container .reset-password-part.reset-on {
    left: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .login-part.reset-on {
    left: -100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .reset-confirm-part.reset-on {
    left: 100%;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}


.moove-protection-login-container .reset-password-part.reset-confirm-on {
    left: -100%;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .login-part.reset-confirm-on {
    left: -200%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .reset-confirm-part.reset-confirm-on {
    left: 100%;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.moove-protection-login-container .reset-confirm-part .back-to-login {
    float: left;
}

.moove-protection-login-container .form-control-box {
    padding: 15px 0;
}
.moove-protection-login-container .forgot-password {
    float: right;
}
.moove-protection-login-container .back-to-login {
    float: right;
}
.moove-protection-login-container form .form-group input {
    width: 100%;
}
#moove_register_form input {
    width: 100%;
}


/* PROTECTION MODAL STYLE */

.moove-modal-dialog.modal-open {
    opacity:1;
    pointer-events: auto;
}
.moove-modal-dialog > div {
    width: 70%;
    position: relative;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.moove-modal-dialog .close {
    background: #fff;
    color: #000;
    line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.moove-modal-dialog .close:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.moove-modal-dialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: scroll;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.moove-protection-truncated-info p{
    margin-bottom: 0;
    margin-top: 20px;
}
.moove-modal-dialog .moove-protection-modal-content h2 {
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 20px
}
