.layout-background {
    background: url('../images/bg-front-desktop.svg') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.layout-boxed {
    width: 1280px;
    margin: 0 auto;
}

.header-wrapper {
    height: auto;
}

.header-wrapper a {
    display: inline-block;
}

.header-wrapper img {
    height: 80px;
}

.header-wrapper.survey img {
    width: 90px;
    height: 90px;
}

.header-wrapper.survey .success {
    margin-top: 50px;
}

.front-content-wrapper {
    margin-top: 40px;
    position: relative;
}

.columns {
    display: block;
}

.columns .two-column {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.columns .two-column:nth-child(2n) {
    margin-right: 0;
}

.columns:after,  .alert:after {
    clear: both;
    content: "";
    display: block;
}

.front-content-wrapper .logo-student {
    background: url('../images/logo-student-login.png');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 82%, 100%;
    height: 475px;
}

.box-wrapper {
    background-color: #fff;
    box-shadow: 3px 0 12px rgba(0,0,0,.25);
    width: 350px;
    height: 450px;
    margin: 0 auto;
    border-radius: 35px;
    padding: 25px 35px 35px 35px;
    text-align: center;
}

.box-wrapper .university-logo {
    width: 110px;
    height: 110px;
    margin: 5px 0px 25px 0px;
}

.box-wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
}

.box-wrapper h5 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.box-wrapper .subtitle {
    margin: 15px 0px 20px 0px;
    color: #888888;
    display: block;
    font-size: 13px;
}

.box-wrapper button {
    display: block;
    margin: 20px 0 25px 0;
    width: 100%;
    border: none;
    border-radius: 13px;
    height: 40px;
    background-color: #F69B1E;
    color: #f5f5f5;
}

.box-wrapper button:hover {
    background-color: #F09311;
}

.box-wrapper .link-orange {
    display: block;
    margin: 20px 0 25px 0;
    width: 100%;
    border: none;
    border-radius: 13px;
    height: 40px;
    background-color: #F69B1E;
    color: #f5f5f5;
    font-size: 16px;
}

.box-wrapper .link-orange:focus {
    outline: none;
    border: none;
}

.box-wrapper .lecture {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 5px;
}

.forgot-password h5 {
    padding-top: 10px;
}

.reset-success h4 {
    padding-top: 15px;
}

.reset-success .guidances {
    margin: 20px 0 35px 0;
    text-align: center;
}

.reset-success .box-wrapper {
    height: auto;
    padding: 25px 35px 45px 35px;
}

.footer-wrapper .reset-password{
    margin-top: 80px;
}

.front-content-wrapper.reset-success  {
    margin-top: 100px;
    padding-bottom: 45px;
}

.front-content-wrapper.forgot-password  {
    padding-bottom: 20px;
}
.front-content-wrapper.activate-user {
    margin-top: 20px;
}
.front-content-wrapper.activate-user .box-wrapper {
    height: 500px;
}

.front-content-wrapper.activate-success .information {
    text-align: center;
    margin: 20px 0 30px 0;
}

.help-block {
    font-size: 12px;
    color: #d12626;
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: left;
}

.input-wrapper {
    box-shadow: 0px 1px 4px rgba(0,0,0,.15);
    border-radius: 15px;
    height: 42px;
    padding: 5px 10px 5px 40px;
    margin-bottom: 10px;
}

.input-wrapper.password{
    padding: 5px 40px;
}

.left-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 7px 0 0 -25px;
}

.left-icon.icon-person {
    background: url('../images/icon-person.png');
    background-repeat: no-repeat;
    background-size: 16px;
}

.left-icon.icon-lock {
    background: url('../images/icon-lock.png');
    background-repeat: no-repeat;
    background-size: 16px;
}

.right-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 7px 0 0 7px;
}

.right-icon.icon-visible {
    background: url('../images/icon-visible.png');
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.input-wrapper input {
    width: 100%;
    height: 30px;
    border: none;
    filter: none;
}

.input-wrapper-focus {
    box-shadow: 0px 1px 4px rgba(0,0,0,.45);
}

input:focus, textarea:focus {
    outline: none;
}

input:required {
    outline: none;
    border: none;
    box-shadow: none;
}

a {
    color:#8dc63f;
}


.guidances {
    background-color: rgba(2,173,238,0.08);
    border-radius: 8px;
    padding: 8px 12px;
    text-align: left;
    color: #333333;
    font-size: 12px;
    margin: 20px 0 25px 0;
}

.information span {
    color: #888888;
}

.information .instructions {
    display: block;
    margin-bottom: 7px;
}

.footer-wrapper {
    height: 80px;
    margin-top: 45px;
    text-align: center;
}

.icon-wrapper {
    width: 100%;
}

.icon-wrapper img {
    max-width: 150px;
}

.icon-wrapper img:nth-child(1) {
    margin-right: 10px;
}

.copyright-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f5f5f5;
}

.copyright-wrapper a {
    color: #f5f5f5;
}

.copyright-wrapper a:hover {
    color: #fff453;
}

.glyphicon {
    color: #9e9e9e;
}

ul li {
    list-style: none;
}

.alert-wrapper {
    left: 0;
    right: 0;
    top: 20px;
    position: fixed;
    z-index: 100;
}

.alert {
    width: 80%;
    margin: 0 auto;
    height: 50px;
    display: table;
    text-align: center;
}

.alert ul {
    padding-left: 0px;
}

.alert strong {
    display: table-cell;
    vertical-align: middle;
}


.separator-smaller {
    display: table;
    height: 5px;
}

.separator-small {
    display: table;
    height: 10px;
}

.separator-medium {
    display: table;
    height: 15px;
}

.separator-high {
    display: table;
    height: 20px;
}

.separator-higher {
    display: table;
    height: 25px;
}


.animated {
    animation-duration: .3s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp:not(.alert-danger) {
    animation-name: fadeOutUp;
}


@media screen and (max-width: 1280px) {
    .layout-boxed {
        width: 80%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1024px) {
    .front-content-wrapper .logo-student {
        background: url('../images/logo-student-login.png');
        background-repeat: no-repeat;
        background-size: 72%;
        background-position: 60%, 100%;
        height: 475px;
    }

    .front-content-wrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .layout-background {
        background: url('../images/bg-front-tablet.svg') no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .footer-wrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .layout-background {
        background: url('../images/bg-front-mobile.svg') no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .columns .two-column {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .front-content-wrapper {
        margin-top: 20px;
    }

    .front-content-wrapper .logo-student {
        background: url('../images/logo-student-login.png');
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: 45%, 100%;
        height: 375px;
    }

    .copyright-wrapper {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
    .front-content-wrapper .logo-student {
        background: url('../images/logo-student-login.png');
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 45%, 100%;
        height: 375px;
    }
}

@media screen and (max-width: 400px) and (orientation: portrait) {
    .icon-wrapper img:nth-child(1) {
        margin-bottom: 10px;
    }
}
