
html,body{
    height: 100%;
}

body{
    background-color: #F8F8F8;
}

*{
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none !important;
}

.content{
    width: 100%;
    padding: 35px;
    background-color: #ffffff;
}

h1{
    font-size: 24px;
    color: #22509d;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.hidden{
    display: none !important;
}

label{
    font-size: 18px;
    color: #777777;
    line-height: 1em;
    display: block;
    margin-bottom: 5px;
}

label span {
    color: red;
}

.form-group{
    margin-bottom: 20px;
}

input, input.form-control{
    height: 50px;
    border: 2px solid #E5E5E5;
    border-radius: 3px;
    background-color: #fff;
}


.btn{
    align-items: center;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    margin-bottom: 20px;
}

.btn>a, .btn>button {
    margin: 0px auto;
    transition: all .5s ease;
    background-color: #22509d;
    border: 2px solid #ffba00;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    overflow: hidden;
    padding: 15px 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1;
    transition: all .5s ease;
    border-radius: 0px;
}

.btn>a:after, .btn>a:before, .btn>button:after, .btn>button:before{
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


.btn>a:before, .btn>button:before{
    right: 60%;
    bottom: 60%;
}

.btn>a:after, .btn>button:after {
    left: 60%;
    top: 60%;
}


.btn>a:after, .btn>a:before, .btn>button:after, .btn>button:before{
    background-color: #ffba00;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    transition: all .5s ease;
}

.btn>a:hover:before, .btn>button:hover:before {
    right: 100%;
    bottom: 100%;
}

.btn>a:hover:after, .btn>button:hover:after {
    left: 100%;
    top: 100%;
}

.btn>a:hover, .btn>button:hover {
    background-color: #ffba00;
}

.bt-foot{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: #22509d;
}

.back-logins::before{
    content: "\e906";
    font-family: 'icomoon' !important;
    font-size: 10px;
    color: #22509D;
    top: -1px;
    position: relative;
    margin-right: 4px;
}

.bt-foot:hover, .back-logins:hover:before{
    color: #ffba00;
}

.recover-password::after{
    content: "\e907";
    font-family: 'icomoon' !important;
    font-size: 10px;
    color: #22509D;
    top: -2px;
    position: relative;
    margin-left: 4px;
}

.recover-password:hover, .recover-password:hover:after{
    color: #ffba00;
}


.content-login{
    height: 100%;
}
