/*AUTH*/

.col-centered{
    float: none;
    margin: 0 auto;
}

#container-mlf {
    background: #eef0f3;
    padding: 20px;
    margin-top: 105px;
}

#container-mlf form {
    padding: 0 12px;
}

#container-mlf input[type="text"],
#container-mlf input[type="password"],
#container-mlf input[type="email"] {
    height: 48px;
}

.create-account-logo-row .merchant-logo,
#container-mlf .merchant-logo {
    height: 124px;
    /*background: #fff;*/
    line-height: 124px;
    text-align: center;
    color: #e1e1e1;
    font-size: 19px;
}

/* Extra Small */
@media(max-width:400px) {
    .create-account-logo-row .merchant-logo img,
    #container-mlf .merchant-logo img {
        width: 100%;
        height: auto;
    }
}

@media(min-width:401px) and (max-width: 767px){

    .create-account-logo-row .merchant-logo img,
    #container-mlf .merchant-logo img {
        height: 100px !important;
        width: 300px !important;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    .create-account-logo-row .merchant-logo img,
    #container-mlf .merchant-logo img {
        width: 100%;
        height: auto;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1365px){
    .create-account-logo-row .merchant-logo img,
    #container-mlf .merchant-logo img {
        width: 100%;
        height: auto;
    }
}

/* Large */
@media(min-width:1366px){
    .create-account-logo-row .merchant-logo img,
    #container-mlf .merchant-logo img {
        width: 100%;
        height: auto;
    }
}

.create-account-logo-row {
    text-align: center;
}
.create-account-logo-row .merchant-logo {
    width: 300px;
    margin: 30px auto;
}

.logo-default {
    border: 1px dotted #a9a9a9;
}

#container-mlf .title {
    margin-top: 15px;
    /*color: #1e456b;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10px;
}

#container-mlf .title .form-control-static {
    padding-bottom: 0;
}

#container-mlf .sub-title {
    margin-top: 34px;
    /*color: #1e456b;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0;
}

#container-mlf .forgot-password {
    text-align: right;
    font-style: italic;
    color: #0a0806;
    font-weight: bold;
    margin: 12px 0 !important;
    padding: 0 !important;
    height: 12px;
    min-height: 20px;
}

#container-mlf .forgot-password a {
    text-align: right;
    font-style: italic;
    color: #0a0806;
    text-decoration: none;
    font-size: 12px;
}

#container-mlf .btn-mlf {
    padding-top: 13px;
    padding-bottom: 13px;
}

#container-mlf .margin-bottom-none {
    margin-bottom: 0 !important;
}

#container-mlf .or {
    /*color: #1e456b;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
    padding: 8px 0;
}
