/* FORM STYLE */

.wide-section {
    width: 100%;
    justify-content: center;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    transition: opacity 5s;
}
.user-all-form {
    padding: 60px;
    margin: 20px;
    background: rgba(0,0,0,0.6);
    width: 700px;
    border: solid 3px rgba(0,0,0,0);
    box-shadow: 0px 0px 55px rgb(0 0 0);
    border-radius: 25px;
    border: 1px solid #272727;
}
.form-group label {
    font-size: 15px;
    font-weight: normal;
    color: rgb(233, 230, 230);
}
.form-group .form-control {
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000000 !important;
}
.form-group small {
    font-size: 10px;
    line-height: normal;
    margin-top: 10px;
    color: #ffffff;
}
.form-group small span {
    color: #ea9558;
}
.hide {
    display: none !important;
}
.section-title {
    position: relative;
}

/* BODY */
/* body#home {
    background-image: url(/files/AAHS-Award_black_background.jpg);
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-color: rgb(255 149 22 / 84%);
    background-attachment: fixed;
} */

/* LOGO STYLE */
.flex-center {
    justify-content: center;
    display: flex !important;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}
@keyframes spin3D{
	from{ transform: rotateY(90deg)}
	to{ transform: rotateY(0deg)}
}
.login-logo {
    width: 150px;
    height: 20%;
    max-width: 100%;
    animation-name: spin3D;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 400px) and (min-width: 280px)
{
    .user-all-form{
        padding: 21px !important;
    }
    .position-relative, .form-group label,.form-group .form-control{
        font-size: 11px !important;
    }
    div.login-logo img{
        width: 150px !important;
        max-width: 100% !important;
    }
}

/* login section bg */

.sign-in-area{
    background-image: url(/files/AAHS-Award_black_background.jpg);
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-color: rgb(255 149 22 / 84%);
    background-attachment: fixed;
}
