.main {
    background-image: url('../images/default/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 100vh;
}
.main-area {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    align-items: center;
}
.main-header {

}
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-content  img.img-logo {
    width: 240px;
}
.main-content p.login-for {
    margin: 10px 0 0;
    color: #A91F25;
}
.main-footer {

}
.main-footer p {
    color: #A91F25;
}
.default-btn {
    padding: 5px 60px;
    background: #A60000;
    color: white;
    border: 1px solid #FFFFFF;
    width: 250px;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
    background: #A60000;
    color: white;
    border: 1px solid #FFFFFF;
    outline: none;
}
