﻿

/* BASIC */

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    src: url(../../br/fonts/NotoKufiArabic-Regular.woff2) format('woff2');
}

.gradient {
    background: #114a97; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #eee;
    background-image: url(../images/Login/pattern.png),radial-gradient(ellipse at center, #ffff 1%,#114a97 100%);
    background-repeat: repeat;
    background-position: left top;
}
.validation-summary-errors {
    display: inline-block;
    color: #ff3737;
}
html[lang="en"] h4,
html[lang="en"] input[type=text], html[lang="en"] input[type=password],
html[lang="en"] .check-label span,
html[lang="en"] input[type=button], html[lang="en"] input[type=submit], html[lang="en"] input[type=reset], html[lang="en"] button,
html[lang="ar"] #switch-lang,
html[lang="en"] #forgot-pwd {
    font-family: Helvetica !important;
}
html[lang=ar] input[type=text], html[lang=ar] input[type=password] {
    text-align: right !important;
}
html[lang=en] input[type=text], html[lang=en] input[type=password] {
    text-align: left !important;
}
html[lang=en] .check-group {
    direction: ltr !important;
}
html[lang=en] #formFooter {
    direction: ltr !important;
}

.check-group {
    display: flex;
    text-align: start;
    margin: 1rem 2.1rem;
}

.check-label {
    color: black;
    padding-top: 3%;
}

.radioLanguage {
    color: black;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Kufi Arabic';
    /*margin-right: 50px;*/
}

body {
    font-family: 'Noto Kufi Arabic';
    height: 100vh;
}

a {
    color: #114a97;
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
}


h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    height:540px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #f7f7f7;
    /*padding: 30px;*/
    width: 90%;
    max-width: 750px;
    position: relative;
    /*padding: 20px;*/
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

.right-part {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-part {
    width: 48%;
    background-image: url(/_content/brca.Web/br/images/login/GlxPhoto.png);
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.float-img {
    position: absolute;
    left: 50%;
    transform: translateX(-58%);
}
.advacLogo-img {
    position: absolute;
    bottom: 2%;
    left: 0;
}
.custom-input, .custom-input[type=text], .custom-input[type=password] {
    border: none !important;
    border-bottom: 1px solid gray !important;
    padding: 10px !important;
    outline: none;
    background: #f7f7f7 !important;
/*    border-radius: 0 !important;
*/}

.custom-input::placeholder {
    color: #000 !important;
    opacity: 0.5;
}

#formFooter {
    display: flex;
    background-color: #dfeafd;
    border-top: 1px solid #dce8f1;
    padding: 0.5rem 2rem;
    text-align: center;
    -webkit-border-radius: 0 0 10px 0;
    position: absolute;
    width: 52%;
    bottom: 0;
    /* border-radius: 0 0 10px 10px;*/
    font-size: 0.9rem;
}

    #formFooter #forgot-pwd {
        margin-inline-start: auto;
        padding-top: 2%;
    }

/* TABS */
h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input {
    filter: none;
}

    input:-webkit-autofill {
        /*border: 1px solid #c6c6c6 !important;*/
        -webkit-text-fill-color: black !important;
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s !important;
    }


    input[type=button], input[type=submit], input[type=reset], button {
        font-family: 'Noto Kufi Arabic';
        background-color: #114a97;
        border: none;
        color: white;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        font-size: 15px;
        /*-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
        box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);*/
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        margin-inline-start: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    input[type=button] {
        width: 30%;
    }
    input[type=reset] {
        width: 35%;
    }

        input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
            background-color: #38b44a;
        }

        input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
            -moz-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -o-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }

    input[type=text] {
        font-family: 'Noto Kufi Arabic';
        background-color: #fff !important;
        font-weight: 500;
        color: #0d0d0d;
        padding: 25px;
        /*text-align: start;*/
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        /*margin: 5px;*/
        width: 85%;
        border: 1px solid #bfbfbf;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

        /*input[type=text]:focus {
           border-bottom: 2px solid #114a97;
            -webkit-box-shadow: 0 10px 10px 0 rgba(95,186,233,0.4);
            box-shadow: 0 10px 10px 0 rgba(95,186,233,0.4);
        }*/

        input[type=text]:placeholder {
            color: #cccccc;
        }

    input[type=password] {
        font-family: 'Noto Kufi Arabic';
        background-color: #fff !important;
        font-weight: 500;
        border: none;
        color: #0d0d0d;
        padding: 25px;
        /*text-align: start;*/
        direction: unset;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        /*margin: 5px;*/
        width: 85%;
        border: 1px solid #bfbfbf;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

        /*input[type=password]:focus {
           border-bottom: 2px solid #114a97;
            -webkit-box-shadow: 0 10px 10px 0 rgba(95,186,233,0.4);
            box-shadow: 0 10px 10px 0 rgba(95,186,233,0.4);
        }*/

        input[type=password]:placeholder {
            color: #cccccc;
        }


/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #5ed07c;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #000000;
}

    .underlineHover:hover:after {
        width: 100%;
    }

h1 {
    color: #60a0ff;
}

/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 30%;
}

i.fa-language {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}
