body {
    /* background: url(../img/bg1.jpg) no-repeat; */
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
    font-family: 'Lato', sans-serif;
    position: relative;
}

.wrapper-box {
    width: 800px;
    display: block;
    height: 350px;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
}

.wrapper-box h1 {
    font-size: 32px;
    font-weight: 200;
    text-align: center;
    line-height: 48px;
    margin-bottom: 32px;
    margin-top: 30px
}

.wrapper-box h1 span {
    font-size: 66px;
    display: block;
    color: #503884;
    font-weight: 600;
}

.wrapper-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.wrapper-box ul li {
    display: inline-block;
    border: 2px solid #ebdfff;
    margin: 0 10px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    background: #8241e605;
    border-radius: 3px;
    position: relative
}

.wrapper-box ul li a {
    display: block;
    width: 160px;
    height: 140px;
    line-height: 212px;
    font-size: 14px;
    color: #564FC1;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all .2s ease-in-out;
}

.wrapper-box ul li span {
    position: absolute;
    right: -2px;
    top: -2px;
    background: #2CC185;
    padding: 5px 14px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.wrapper-box ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 29px;
    display: block;
    margin: 0 auto;
    width: 52px;
}

.wrapper-box ul li a:hover {
    text-decoration: none;
    transform: scale(1.1);
}

p.coyprights {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

p.coyprights a {
    color: #413aa9;
}

.animation__three::before,
.animation__three::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(124, 58, 229, 0.04);
    content: '';
    pointer-events: none;
}

.animation__three::before {
    transform-origin: left top;
}

.animation__three::after {
    transform-origin: right bottom;
}

.animation__three:hover::before,
.animation__three:hover::after,
.animation__three:focus::before,
.animation__three:focus::after {
    transform: scale3d(1, 1, 1);
}

/*=============BEGIN ADMIN LOGIN FORM=======*/

.login {
    /* background: url(../img/bg2.jpg) no-repeat; */
    background-size: auto;
    background-repeat: no-repeat;
    /* height: 100%; */
    width: 100%;
}

.form-control {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    background-color: #fff;
    border: 1px solid #a0a9b4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
