﻿.recovery-container {
    width: 90%;
    max-width: 1024px;
    overflow: auto;
    padding: 50px 25px;
    background-color: rgba(255,255,255,0.5);
    color: #364C56;
    margin: 0px auto;
    border: none !important;
}

/* Hide validation summary when there are no errors */
.validation-summary-valid {
    display: none;
}

.form-group {
    margin-bottom: 0px;
}

.fieldset-row .control-label{
    font-family:Favorit Light;
    font-size: 14px;
}
.recovery-tip {
    padding: 38px 16px 54px 16px;
    font-family:Favorit Light;
    font-size: 16px;
    text-align:center;
    color: #404040 !important;
}

.page-main-title {
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    height: 56px;
    border-radius: 32px;
}

.input-validation-error {
    border-color: #d93832;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

form {
    margin: 0px 15px;
}

#footer .right {
    margin: 6px 0px;
}

.prototype-container {
    top: 90px;
}

/* small device screen */
@media all and (max-width: 767px) {
    .recovery-container {
        width: 100%;
        height: 100%;
        padding-top: 50px;
        border-radius: 0px;
        box-shadow: none; 
    }

    form {
        margin: 0px;
    }

    .header-left {
        width: calc(100% - 40px);
        text-align: center;
    }

    .prototype-container {
        overflow: hidden;
    }

    .page-main-title {
        padding: 0px;
        margin: 0px;
    }
}
