.layout-background {
    /* background: url('../images/bg-login-2-desktop.svg') no-repeat fixed; */
    background: url('../images/bg_sqola.jpg') no-repeat fixed;
    background-repeat: round;
    -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;
}

.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/img_ilustration.png');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 90%, 100%;
    height: 475px;
}

.front-content-wrapper h5 {
    color: #AB227B;
    text-align: left;
}

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

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

.label-input-wrapper {
    text-align: left;
    display: block;
    width: 100%;
    padding-top: 5px;
}

.box-wrapper .school-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: #AB227B;
    color: #f5f5f5;
}

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

.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;
}

.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-admission {
    box-shadow: 0px 1px 4px rgba(0,0,0,.15);
    border-radius: 15px;
    height: 42px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.input-wrapper-admission-has-error {
    box-shadow: 1px 4px 4px rgba(250, 2, 2, 0.15);
    border-radius: 15px;
    height: 42px;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-width: thick;
}

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

.input-wrapper-admission-textarea {
    box-shadow: 0px 1px 4px rgba(0,0,0,.15);
    border-radius: 15px;
    height: 60px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.input-wrapper-admission-textarea-has-error {
    box-shadow: 1px 4px 4px rgba(250, 2, 2, 0.15);
    border-radius: 15px;
    height: 60px;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-width: thick;
}
.input-wrapper.password{
    padding: 5px 40px;
}

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



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

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

.left-icon.icon-lock {
    background: url('../images/icon-lock-purple.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,select {
    width: 100%;
    height: 30px;
    border: none;
    filter: none;
}

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

input:focus {
    outline: none;
}

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


.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;
}

.copyright-wrapper a {
    color: black;
}

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

.glyphicon {
    color: #9e9e9e;
}

ul li {
    list-style: none;
}

.alert-wrapper {
    position: relative;
    z-index: 100;
}

.alert {
    position: absolute;
    width: 100%;
    top: -65px;
    height: 50px;
    display: table;
    text-align: center;
    margin-bottom: 0px;
}

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

.alert .strog {
    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;
}

.wrapper-link a {
    display: block;
    margin: 0 auto;
    padding: 3px 0;
}


.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/img_ilustration.png');
        background-repeat: no-repeat;
        background-size: 90%;
        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-login-2-tablet.svg') no-repeat fixed; */
        background: url('../images/bg_sqola.jpg') no-repeat fixed;
        background-repeat: round;
        -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-login-2-mobile.svg') no-repeat fixed; */
        background: url('../images/bg_sqola.jpg') no-repeat fixed;
        background-repeat: round;
        -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/img_ilustration.png');
        background-repeat: no-repeat;
        background-size: 50%;
        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/img_ilustration.png');
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: 45%, 100%;
        height: 375px;
    }
}

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

a {
    color: #AB227B;
  }
a:hover,
a:active,
a:focus {
outline: none;
text-decoration: none;
color: #b33988;
}

.bg-sqolaria {
    background-color: #9D2F78 !important;
    color: #f6f6f6;
    font: 'Nunito';
}

.btn-sqolaria {
    background-color: #9D2F78;
    border-color: #9D2F78;
    border-radius: 4px;
    color: #f6f6f6;
    font: 'Nunito';
  }
  .btn-sqolaria:hover,
  .btn-sqolaria:active,
  .btn-sqolaria.hover {
    background-color: #b33988;
  }

.text-grey {
   color: #999999;
}

.text-red {
    color: red;
 }

 .text-light-blue {
    color: #2E95C6;
 }

 .control-label {
    font: 'Nunito';
 }

 .arrow {
    margin-right: 1em;
  }
  
  .arrow::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-left-color: gray;
    transform: rotate(90deg);
    transition: transform .25s;
  }
