#main {
    /* background: url(../../img/bg.jpg) center top no-repeat #2C3D51; */
    /*background: #2C3D51;*/
    background: url(/site/images/bg-mt.jpg) center top no-repeat #282828;
    background-size: cover;
}

.account-wall .login-title,
.account-wall .login-title small {
    color: #fff;
}

/* @media all and (max-width: 767px) {
    #main {        
        background-color: #04203c;
        background-image: linear-gradient(141deg, #161616 0%, #272727 51%, #161616 75%);
    }
} */

.container {
    width: 300px;
    background: #00000030;
    /*float: right;*/
    height: 100%;
    z-index: 10000000000000;
    /*position: absolute;*/
    /*right: 0;*/
}

.form-signin a {
    transition: all 0.5s ease;
    color: #333232;
    font-size: 1.2rem;
}

.form-signin a:hover {
    color: #14a084;
}

.confirm {
    background-color: #db4a58 !important;
}

font {
    margin-left: 2px;
}

.form-signin{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}