body{
    margin: 0;
}

.container{
    margin: 0;
    padding: 0;
    width:100%;
    height: 100vh;
    font-family: sans-serif;
    background-color: #eef0f8 !important;
}

.login-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 60px 40px;
    background: rgba(255,255,255,1);
    box-shadow: 0 20px 25px rgba(0,0,0,.5);
}

.login-form .icon-login{
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
}

.login-form .text-login{
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.login-form .form-input{
    position: relative;
    margin: 20px 0;
}

.login-form .form-input input{
    outline: none;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    background: transparent;
    font-size: 14px;
}

.login-form .form-input input[type="submit"]{
    background: #dc78a7;
    color: #fff;
    border:none;
    cursor: pointer;
    text-transform: uppercase;
}



.login-form .form-input input[type="submit"]:hover{
    background: #b6648a ;
}

.login-form .remember-me{
    display: block;
    margin-top: 30px;
    color: #000;
    font-weight: bold;
}

.innput{
    border:1px solid #1e1e2d;
}

.input:focus {
    outline: none !important;
    border:1px solid #1e1e2d;
    box-shadow: 0 0 10px #1e1e2d;
}

.alert-danger{
    font-size: 14px;
    background-color: #ec434b;
    padding: 11px;
    border-radius: 20px;
    position: relative;
}

.alert-text{
    color: white;
}

.alert-close{
    font-size: 18px;
    float: right;
    position: absolute;
    top: 25%;
    right: 5%;
    border: none;
    background:transparent;
    color: white;
}

.alert-close:hover{
    cursor: pointer;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 35%;
    left: 42.5%;
    z-index: 100;
    width:220px;
    height:150px;
}

.login-button{
    background: #dc78a7;
    color: #fff;
    border:none;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
}

.login-button:hover{
    background: #b6648a ;
}
