﻿@font-face {
    font-family: futura-bold;
    src: url('/fonts/Futura Bold.otf');
    font-weight: normal;
}

@font-face {
    font-family: futura-medium;
    src: url('/fonts/Futura Light.otf');
    font-weight: normal;
}

@font-face {
    font-family: futura-light;
    src: url('/fonts/Futura Light.otf');
    font-weight: normal;
}

.sat7-authentication-register-success-okay-container {
    padding: 15px;
}

.sat7-authentication-wrapper {
    height: 100%;
}

.sat7-authentication-change-pass a, .sat7-forget-password a {
    cursor: pointer;
}

.sat7-register-success-description {
    height: fit-content;
}

.sat7-authentication-content {
    height: 100%;
}

.sat7-authentication-login-btn:disabled {
    background: #A5A5A4 0% 0% no-repeat padding-box;
}

.sat7-authentication-modal-column1 {
    width: 35%;
    border-right: 1px solid #707070;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sat7-authentication-modal-column2 {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.sat7-authentication-logo-holder {
    width: 187px;
    height: 187px;
    border: 1px solid #707070;
    border-radius: 30px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.image-container {
    border: 1px solid #707070;
    border-radius: 30px;
    width: 170px;
    margin: auto;
    height: 170px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sat7-authentication-welcome-message {
    top: 0;
    position: absolute;
    margin-top: 5%;
    width: 45%;
}

.sat7-welcome-message {
    color: #13294B;
    font-size: 27px;
    letter-spacing: 0.65px;
    font-family: futura-medium;
    font-weight: bold;
    margin-bottom: 1%;
}
.sat7-login-message {
    font-family: futura-medium;
    font-size: 16px;
    letter-spacing: 0.38px;
    color: #13294B;
}
.sat7-authentication-login-content {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.sat7-authentication-title-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sat7-login-input {
    background-color: #F3F2F2;
    border: unset;
    width: 85%;
    padding: 10px;
    margin-top: 5%;
}

 .sat7-login-input::placeholder {
   color: #13294B;
   font-family: futura-medium;
   font-weight: bold;
  }

.sat7-forget-password {
    text-align: right;
    width: 91%;
    font-size: 14px;
    font-family: futura-medium;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #13294B;
}

.sat7-authentication-login-btn {
    background-color: #D22630;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    padding: 10px 15px;
    transition: all linear 0.3s;
    width: 200px;
    text-align: center;
}

.sat7-register-message {
    font-family: futura-medium;
    font-size: 16px;
    letter-spacing: 0.38px;
    margin-top: 3%;
    color: #13294B;

}

.sat7-forget-password a {
    color: #13294B;
}

.sat7-authentication-forgot-password:hover {
    color: #D22630;
}

.sat7-register-message a {
    color: #13294B;
    cursor: pointer;
    text-decoration: underline;
}

.sat7-authentication-login-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sat7-authentication-login-wrapper {
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.sat7-authentication-logo-container {
    width: 316px;
}

.sat7-authentication-logo-container img {
    max-width: 100%;
}

.sat7-authentication-login-form {
    width: 90%;
    text-align: center;
}

/*---------------------------------------------*/
.sat7-authentication-input-wrapper {
    position: relative;
    width: 80%;
    z-index: 1;
    margin-bottom: 10px;
    margin: auto;
}

.sat7-authentication-input {
    font-family: futura-medium;
    font-size: 15px;
    line-height: 1.3;
    color: #13294B;
    display: block;
    width: 100%;
    background: #F3F2F2;
    height: 45px;
    padding: 0 30px 0 30px;
    margin-top: 3%;
    border: none;
}


/*------------------------------------------------------------------
[ Focus ]*/
.sat7-input-symbol {
    margin-bottom: 0px;
    font-size: 15px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    width: 85%;
    height: 100%;
    margin: auto;
    padding-left: 10px;
    cursor: pointer;
    color: #000000;
    top: 20%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.sat7-authentication-login-btn:hover {
    box-shadow: inset 0 100px 0 0 #142142;
}

.sat7-authentication-reference:hover {
    color: #D22630;
}
.sat7-authentication-change-pass{
    margin-top: 3%;
}
.sat7-authentication-change-pass a {
    color: #13294B;
}


.sat7-authentication-input-error {
    float: left;
    font-size: 72%;
    padding: 5px;
    color: #D22630;
    font-weight: bold;
}
.sat7-register-button-holder {
    margin-top: 3%;
}

.sat7-profile-modal-column2 {
    width: 65%;
    display: flex;
    justify-content: center;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.sat7-authentication-profile-input {
    margin-top: 10%;
}

@media (max-width: 1500px) {
    .sat7-authentication-modal-content {
        height: auto;
    }
    .image-container {
        width: 150px;
        height: 150px;
    }
    .sat7-welcome-message{
        font-size: 20px;
    }
    .sat7-login-message{
        font-size: 14px;
    }

    .sat7-authentication-login-btn {
        font-size: 15px;
        padding: 5px 5px;
        margin-top: 2%;
    }

    .sat7-authentication-input-wrapper{
        width: 100%;
    }
}
@media (max-width: 1000px){
    .image-container{
        width: 100px;
        height: 100px;
    }

    .sat7-welcome-message {
        font-size: 18px;
    }

    .sat7-login-message {
        font-size: 16px;
    }
    .sat7-authentication-input{
        height: 45px;
    }

    .sat7-forget-password{
        margin-bottom: 2%;
    }

    .sat7-authentication-login-btn {
        font-size: 18px;
        padding: 7px 15px;
    }
}

@media (max-width: 950px) {
    .sat7-authentication-modal {
        height: 100%;
    }

    .sat7-authentication-modal-content {
        width: 75%;
        margin-top: 30%;
    }

    .sat7-authentication-modal-column1 {
        width: 100%;
        border: unset;
        height: 25%;
    }

    .sat7-authentication-modal-column2 {
        width: 100%;
    }

    .sat7-profile-modal-column2 {
        width: 100%;
    }

    .image-container {
        width: 100px;
        height: 100px;
    }

    .sat7-authentication-login-wrapper {
        padding-top: 8%;
    }

    .sat7-welcome-message {
        font-size: 18px;
        margin-top: 2%;
    }

    .sat7-login-message {
        font-size: 10px;
    }

    .sat7-authentication-input-wrapper {
        width: 100%;
    }

    .sat7-authentication-input {
        height: 50px
    }

    .sat7-input-symbol {
        font-size: 12px;
    }

    .sat7-forget-password {
        width: 100%;
        margin-bottom: 2%;
    }

    .sat7-authentication-forgot-password {
        font-size: 12px;
    }

    .sat7-authentication-login-btn {
        font-size: 20px;
        padding: 10px 15px;
    }

    .sat7-register-message {
        font-size: 12px;
    }

    .sat7-authentication-modal-content {
        padding: unset;
    }

    .sat7-authentication-wrapper {
        height: unset;
    }

    .sat7-authentication-modal-column1 {
        border-left: unset;
    }

    .rtl-lang .sat7-authentication-modal-column1 {
        border-left: unset;
    }
}

/*@media (max-width: 900px) {
    .sat7-authentication-modal {
        height: 100%;
    }

    .sat7-authentication-modal-content {
        width: 75%;
        margin-top: 30%;
    
    }

    .sat7-authentication-modal-column1 {
        width: 100%;
        border: unset;
        height: 25%;
    }

    .sat7-authentication-modal-column2 {
        width: 100%;
    }

    .sat7-profile-modal-column2{
        width: 100%;
    }

    .image-container {
        width: 70px;
        height: 70px;
    }

    .sat7-authentication-login-wrapper{
        padding-top: 8%;
    }
    .sat7-welcome-message{
        font-size: 12px;
    }
    .sat7-login-message {
        font-size: 10px;
    }
    .sat7-authentication-input-wrapper{
        width: 100%;
    }
    .sat7-authentication-input{
        height: 30px
    }
    .sat7-input-symbol{
        font-size: 12px;
    }
    .sat7-forget-password {
        width: 100%;
        margin-bottom: 2%;
    }
    .sat7-authentication-forgot-password {
        font-size: 12px;      
    }
    .sat7-authentication-login-btn {
        font-size: 12px;
        padding: 5px 15px;
    }
    .sat7-register-message{
        font-size: 12px;
    }
    .sat7-authentication-modal-content{
        padding: unset;

    }
    .sat7-authentication-wrapper {
         height: unset; 
    }

    .sat7-authentication-modal-column1{
        border-left: unset; 
    }
    .rtl-lang .sat7-authentication-modal-column1{
         border-left: unset; 
    }
}*/

@media (max-width: 930px) {
    .sat7-authentication-modal-content {
        width: 60%;
        margin-top: 20%;
        height: auto;
        margin-bottom: 5%;
    }
    .sat7-register-button-holder {
        margin-bottom: 5%;
    }
}

@media (max-width: 550px){
    .sat7-authentication-modal-content {
        width: 60%;
        margin-top: 30%;
        height: auto;
        margin-bottom: 5%;
    }

    .sat7-profile-modal-column2{
        width: 100%;
        margin-top: 3%;
    }

    .sat7-authentication-change-pass{
        font-size: 14px;
    }
    .sat7-authentication-input {
        font-size: 10px;
    }
}
@media (max-width: 450px){
    .sat7-authentication-modal-content {
        height: auto;
        margin-bottom: 5%;
    }
    .sat7-profile-modal-column2 {
        width: 100%;
        margin-top: 3%;
    }
}
@media (max-width: 400px) {
    .sat7-authentication-modal-content {
        height: auto;
        margin-bottom: 5%;
    }
    .sat7-profile-modal-column2 {
        width: 100%;
        margin-top: 3%;
    }
}
@media (max-width: 350px) {
    .sat7-authentication-modal-content {
        height: auto;
        margin-bottom: 5%;
    }
}
/* Animation */

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(1);
    }
}


