/*@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('https://oaa-web.azureedge.net/assets/fonts/proximanova/ProximaNova-Regular.eot');
    src: url('https://oaa-web.azureedge.net/assets/fonts/proximanova/ProximaNova-Regular.woff2') format('woff2'), url('https://oaa-web.azureedge.net/assets/fonts/proximanova/ProximaNova-Regular.woff') format('woff'), url('https://oaa-web.azureedge.net/assets/fonts/proximanova/ProximaNova-Regular.ttf') format('truetype'), url('https://oaa-web.azureedge.net/assets/fonts/proximanova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'), url('https://oaa-web.azureedge.net/assets/fonts/proximanova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/

/*body {
    max-width: 450px;
    font-family: "ProximaNova-Regular";
    margin: 50px auto;
}*/

.logo {
    text-align: center;
}

    .logo img {
        max-width: 150px;
    }

.title {
    color: #F55541;
    font-size: 30px;
    font-weight: normal;
    line-height: 37px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error {
    color: #ff2a5f;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}

.text {
    color: #9B9B9B;
    font-size: 26px;
    line-height: 32px;
}

.text-example {
    color: #BBBBBB;
    font-size: 0.9em;
}

.input {
    width: 100%;
    margin-top: 50px;
    border-width: 0 0 1px;
    border-color: #9B9B9B;
    color: #696969 !important;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
}

.submit {
    width: 164px;
    height: 60px;
    float: right;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 0 2px 2px 0;
    background-color: #F55541;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    border: 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    margin-right: 20px;
}

.back {
    padding-top: 18px;
    width: auto;
    margin-right: 0px;
}

    .back:hover {
        color: white;
    }

.btn-link {
    float: none;
    padding-top: 18px;
    width: auto;
}

    .btn-link:hover {
        background-color: #F55541;
        color: white;
        text-decoration: none;
    }

    .btn-link:active {
        background-color: #F55541;
        color: white;
        text-decoration: none;
    }

.validation-summary-errors > ul {
    list-style: none;
    padding-left: 0px;
}

.navbar-toggle {
    display: none;
}

@media screen and (max-width: 425px) {
    .submit {
        margin: 20px 0px 20px 0px;
    }
}
