html, body, H1, h2, h3, h4, h5, h6, span, label, button, input, p, small, strong, table, th, td, div, textarea, select, option , div , section ,aside,footer {
     font-family: dana;
     outline: none;
 }
body{
    background: #f4f9ff;
}

html {
    position: relative;
    height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #f4f9ff;
}
body {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
.box-auth {
    position: relative;
    width: 350px;
    background: white;
    box-shadow: 0 0 6px #eee;
    border-radius: 8px;
    text-align: center;
    padding: 20px 30px;
}
.box-auth h3 {

    font-size: 26px;
    font-weight: 400;
    color: #555;
    position: relative;

}
.box-auth h3::after {

    content: '';
    width: 40px;
    height: 2px;
    background: #465ea4;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%);

}
.box-auth input {

    direction: rtl;
    background: #eee;
    border: none;
    padding: 8px;
    border-radius: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;

}
.box-auth button.send {

    width: 100%;
    background: #465ea4;
    color: white;
    padding: 6px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 8px;
cursor: pointer;
}
.alert.alert-errors {
    border: 1px solid #ff6464;
    border-radius: 5px;
    background: #fd8a8a;
    text-align: right;
    padding: 0 25px;
    color: white;
}
.alert.alert-errors ul {
    padding: 0;
    list-style: none;
}
.alert.alert-errors ul li {
    font-size: 14px;
    margin: 5px 0;
    direction: rtl;
}
.box-auth button.send:hover {
    background: #465ea4;
}
.box-auth .forget {

    text-decoration: none;
    color: #888;
    font-size: 12px;
    position: relative;
    top: -5px;
    text-align: right;
    width: 100%;
    display: block;

}
.box-auth .forget:hover {


    color: #666;


}
.box-auth > a {

    border-top: 1px solid #eee;
    margin-top: 25px;
    display: block;
    padding-top: 25px;
    color: #777;
    font-size: 14px;
    text-decoration: none;

}
.box-auth > a:hover {
    color: #666666;
}

.back-home {

    position: absolute;
    bottom: -25px;
    right: 0;

}
.box-auth .back-home a {

    color: #888;
    text-decoration: none;
    font-size: 12px;
    text-align: right;
    position: relative;
    display: block;

}

.back-home svg {

    width: 13px;
    fill: #888;
    margin-left: 5px;
    vertical-align: -2px;

}

@media only screen and (max-width: 768px) {
    .box-auth {
        position: relative;
        width: 270px;
        background: white;
        box-shadow: 0 0 6px #eee;
        border-radius: 8px;
        text-align: center;
        padding: 20px 30px;
    }
}
