@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald|Roboto);
body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container {
    position: relative;
    width: 600px;
    margin: 30px auto 0;
    height: 320px;
    background-color: #08726c;
    margin-top: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 17px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.46);
}

.container .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container .box:before,
.container .box:after {
    content: " ";
    position: absolute;
    left: 152px;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.25);
    transform: rotateX(52deg) rotateY(15deg) rotateZ(-38deg);
    width: 300px;
    height: 285px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container .box:after {
    background-color: rgba(255, 255, 255, 0.22);
    top: -10px;
    left: 80px;
    width: 320px;
    height: 180px;
}

.container .container-forms {
    position: relative;
}

.container .btn {
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: 60px;
    color: #fff;
    background: #08726c;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff !important;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: var(--theme-pr-btn-gradient);
    box-shadow: 0 0.5em 0.5em -0.4em #08726c99;
    border-color: transparent !important;
    border: 0 !important;
    border-radius: 0;
    opacity: 1;
}

.container .btn:hover {
    opacity: 1;
}

.container .btn,
.container input {
    padding: 13px 15px;
}

.container input {
    margin: 0 auto 25px;
    display: block;
    width: 220px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #3c3c3c;
}

.container .container-forms .container-info {
    text-align: left;
    font-size: 0;
}

.container .container-forms .container-info .info-item {
    text-align: center;
    font-size: 16px;
    width: 300px;
    height: 320px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.container .container-forms .container-info .info-item p {
    font-size: 17px;
    letter-spacing: .4px;
}

.container .container-forms .container-info .info-item .btn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 10px 15px;
}

.container .container-forms .container-info .info-item .table-cell {
    padding-right: 35px;
}

.container .container-forms .container-info .info-item:nth-child(2) .table-cell {
    padding-left: 35px;
    padding-right: 0;
}

.container .container-form {
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: -30px;
    width: 305px;
    height: 380px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
}

.container .container-form:before {
    content: "✔";
    position: absolute;
    left: 160px;
    top: -50px;
    color: #5356ad;
    font-size: 130px;
    opacity: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container .container-form .btn {
    position: relative;
    width: auto;
    margin: 30px 30px 0px;
}

.invalid-feedback {
    font-size: 10px;
    color: red;
    position: absolute;
    bottom: -18px;
    right: 28px;
}

.form-group {
    position: relative;
}

.is-invalid.state-invalid {
    border-color: red;
}

.is-invalid.state-invalid::placeholder {
    color: red;
}

.is-invalid.state-invalid::placeholder {
    color: red;
}

.is-invalid.state-invalid {
    border-color: red;
    border-color: #dc3545;
}

.container .form-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container .form-item.reset-password {
    position: absolute;
    left: -100%;
    opacity: 0;
}

.container.log-in .box:before {
    position: absolute;
    left: 180px;
    top: 62px;
    height: 265px;
}

.container.log-in .box:after {
    top: 22px;
    left: 192px;
    width: 324px;
    height: 220px;
}

.container.log-in .container-form {
    left: 265px;
}

.container.log-in .container-form .form-item.reset-password {
    left: 0;
    opacity: 1;
}

.container.log-in .container-form .form-item.log-in {
    left: -100%;
    opacity: 0;
}

.container.active {
    width: 260px;
    height: 140px;
    margin-top: -70px;
}

.container.active .container-form {
    left: 30px;
    width: 200px;
    height: 200px;
}

.container.active .container-form:before {
    content: "✔";
    position: absolute;
    left: 51px;
    top: 5px;
    color: #08726c;
    font-size: 130px;
    opacity: 1;
}

.container.active input,
.container.active .btn,
.container.active .info-item {
    display: none;
    opacity: 0;
    padding: 0px;
    margin: 0 auto;
    height: 0;
}

.container.active .form-item {
    height: 100%;
}

.container.active .container-forms .container-info .info-item {
    height: 0%;
    opacity: 0;
}

.rabbit {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    fill: #fff;
}

.container .container-form {
    text-align: center;
}

.container .container-form img {
    margin: 0 auto;
    max-width: 165px;
    margin-top: 0;
    margin-bottom: 15px;
}

.mob-container {
    display: none;
}

body {
    background: url(images/login-bg.jpg) center center no-repeat;
    background-size: cover;
    margin: 0;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert.alert-success {
    color: #fcfdff;
    background-image: linear-gradient(to right, #67c313, #449c09, #48a20a, #5e9804);
    background-image: -webkit-linear-gradient(to right, #67c313, #449c09, #48a20a, #5e9804);
    background-image: -moz-linear-gradient(to right, #67c313, #449c09, #48a20a, #5e9804);
}

.alert-warning {
    color: #fcfdff;
    background-image: linear-gradient(to right, #ffcd17, #ecb410);
    background-image: -webkit-linear-gradient(to right, #ffcd17, #ecb410);
    background-image: -moz-linear-gradient(to right, #ffcd17, #ecb410);
}

.alert {
    font-size: 12px;
    margin: 1rem 5px;
}

.alert:first-child {
    margin-bottom: 1rem !important;
}

.alert {
    position: relative;
    padding: 10px 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px;
}

@media screen and (min-width:1200px) {
    .container {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
}

@media screen and (max-width:767px) {
    .container {
        display: none;
    }
    .mob-container {
        display: block;
        text-align: center;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body {
        margin: 0;
        float: left;
        width: 100%;
    }
    .login-form-wrapper {
        max-width: 400px;
        background: white;
        margin: auto;
        padding: 20px;
        border-radius: 7px;
        box-shadow: 0px 0px 23px 0px rgba(1, 1, 1, 0.06);
        -webkit-box-shadow: 0px 0px 23px 0px rgba(1, 1, 1, 0.06);
        -moz-box-shadow: 0px 0px 23px 0px rgba(1, 1, 1, 0.06);
        display: inline-block;
        width: 100%;
    }
    .login-form-wrapper .login-form-inner-wrapper img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 25px;
    }
    .form-group input {
        padding: 7px 13px;
        font-size: 12px;
        line-height: 1.6;
        color: #3c4858;
        height: 35px;
        background-color: #fff;
        /* background-clip: padding-box; */
        border: 1px solid #ececec;
        border-radius: 2px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        letter-spacing: .3px;
        display: inline-block;
        width: calc(100% - 40px);
    }
    .form-item.log-in {
        display: inline-block;
        width: 100%;
    }
    .form-group {
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
    }
    .login-form-wrapper .btn {
        color: #fff !important;
        background-color: transparent;
        background-size: 300% 100%;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        box-shadow: 0 0.5em 0.5em -0.4em #08726c;
        border-color: transparent !important;
        border: 0 !important;
        border-radius: 0;
        background-image: linear-gradient(to right, #08726c, #08726c, #08726c, #08726c);
        padding: 15px;
        width: auto;
        display: inline-block;
        font-size: 13px;
        letter-spacing: .5px;
        margin-top: 10px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
    }
    .form-item a {
        width: 100%;
        display: inline-block;
        margin-top: 26px;
        font-size: 13px;
        color: #08726c;
        text-decoration: none;
    }
    .login-form-wrapper .btn:hover {
        background-size: 100% 100%;
    }
    .login-form-wrapper .btn:before {
        content: '';
        width: 130px;
        height: 130px;
        background: rgba(255, 255, 255, 0.22);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        transform: translate(-150px, -150px);
        -webkit-transform: translate(-150px, -150px);
        -moz-transform: translate(-150px, -150px);
        transition: all .8s;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
    }
    .login-form-wrapper .btn:hover:before {
        transform: translate(40px, 2px);
        -webkit-transform: translate(40px, 2px);
        -moz-transform: translate(40px, 2px);
    }
    .invalid-feedback {
        right: 10px;
    }
}

@media screen and (max-width:520px) {
    .login-form-wrapper {
        max-width: 85%;
    }
}