﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../Font/myriad/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../Font/myriad/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


body {
    margin: 0;
    background-color: #e9e9e9;
    background: url('/Assets/images/home/Azerbaycan.png') no-repeat;
    background-position-y: -90px;
    background-size: cover;
}

html, body {
    height: 100%;
}

.Form {
    height: 100%;
    min-height: 100%;
}

::-webkit-input-placeholder {
    color: #43425D;
    opacity: 1;
}

::-moz-placeholder {
    color: #43425D;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #43425D;
    opacity: 1;
}

:-moz-placeholder {
    color: #43425D;
    opacity: 1;
}


#MainBase {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    float: left;
    overflow-x: hidden;
    margin-bottom: -70px;
}

main {
    margin-bottom: 80px;
}

.footer-ghost {
    height: 70px;
}

.mobileicinbtn {
    background: #fff !important;
    color:red !important;
    
    border: 1px solid red;
    font-weight:bold;
    font-size:25px;
    font-family:Montserrat;
    font-style:italic;
}


footer {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #32414D;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

.Header {
    width: 100%;
}

.Logo {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    margin-top: 45px;
}

.Header h1 {
    width: 100%;
    text-align: center;
    font-family: 'Myriad Pro Regular';
    font-size: 23px;
    margin-top: 15px;
}

.Header h2 {
    width: 100%;
    text-align: center;
    font-family: 'Myriad Pro Semibold';
    font-size: 23px;
}

.main {
    width: 100%;
    min-height: 300px;
}

.LoginBox {
    margin: 0px auto;
    max-width: 497px;
    width: 95%;
    height: 416px;
    margin-top: 10%;
    margin-left: 65%;
}

.LoginLine {
    float: left;
    width: 33%;
    height: 5px;
    background: #C1C5D3 0% 0% no-repeat padding-box;
    opacity: 1;
}

.EgitimKapisi {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

    .EgitimKapisi img {
        height: 51px;
    }

.LoginLineMD {
    float: left;
    width: 34%;
    height: 5px;
    background: #C1C5D3 0% 0% no-repeat padding-box;
    opacity: 0.26;
}

.LoginArea {
    float: left;
    width: 99.9%;
    min-height: 200px;
    background-color: #ffffff;
    margin-bottom: 80px;
}

    .LoginArea h3 {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
        color: #2B284B;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 23px;
    }

.LoginAreaInput {
    margin: 0px auto;
    width: 80%;
    min-height: 35px;
    margin-bottom: 25px;
    position: relative;
}

    .LoginAreaInput input {
        width: 100%;
        border: none !important;
        border-bottom: 2px solid #E9E9F0 !important;
        opacity: 1;
        height: 45px;
        padding-bottom: 8px;
        color: #43425D;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 15px;
    }

.LoginAreaShowPwd {
    width: 25px;
    height: 25px;
    top: 8px;
    right: 0px;
    color: #5F4C4E;
    position: absolute;
}

.MB5 {
    margin-bottom: 5px !important;
}

.ForgotPwd {
    width: 80%;
    margin: 0px auto;
    font-size: 11px;
    color: #43425D;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

    .ForgotPwd a {
        cursor: pointer;
    }

.RememberMe {
    width: 80%;
    margin: 0px auto;
    color: #43425D;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.BtnArea {
    width: 80%;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .BtnArea a {
        display: block;
        text-align: center;
        background-color: #426D94;
        color: #ffffff;
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

        .BtnArea a:hover {
            text-decoration: none;
            background-color: #113376;
        }

    .BtnArea button {
        
        display: block;
        text-align: center;
        background-color: #426D94;
        color: #ffffff;
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        width: 100%;
        border:none;
        }

        .BtnArea button:hover {
            text-decoration: none;
            background-color: #113376;
        }

.g-recaptcha {
    width: 100%;
}

    .g-recaptcha div {
        margin: 0px auto !important;
    }



h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        margin: 0;
        background-color: #e9e9e9;
        background: url('/Assets/images/home/Azerbaycan.png') no-repeat;
        background-size: cover;
    }

    #MainBase {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        width: 100%;
        float: left;
        overflow-x: hidden;
    }

    footer {
        float: left;
        width: 100%;
        height: 70px;
        line-height: 70px;
        background-color: #0A2B6C;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 10px;
        text-align: center;
        position: fixed;
        bottom: 0px;
    }

    .Header h1 {
        width: 100%;
        text-align: center;
        font-family: 'Myriad Pro Regular';
        font-size: 17px;
        margin-top: 15px;
    }

    .Header h2 {
        width: 100%;
        text-align: center;
        font-family: 'Myriad Pro Semibold';
        font-size: 17px;
    }

    .LoginBox {
        margin: 0px auto;
        width: 90%;
        margin-top: 35px;
    }

    .LoginArea {
        float: left;
        width: 99.9%;
        min-height: 320px;
        background-color: #ffffff;
    }

        .LoginArea h3 {
            width: 100%;
            text-align: center;
            margin-top: 30px;
            margin-bottom: 20px;
            color: #2B284B;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 15px;
        }

    .BtnArea {
        width: 80%;
        margin: 0px auto;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .EgitimKapisi {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

        .EgitimKapisi img {
            height: 40px;
        }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) {
    body {
        margin: 0;
        background-color: #e9e9e9;
        background: url('/Assets/images/home/Azerbaycan.png') no-repeat;
        background-position-y: -70px;
        background-size: cover;
    }
}

@media screen and (max-width: 760px) {


    .popup-login-image{
        max-width:100% !important;
    }
    .Header h1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .Header h2 {
        font-size: 15px;
    }

    body {
        background-position-y: -40px;
    }

    footer {
        font-size: 11px;
    }

    .Logo {
        margin-top: 25px;
    }
}

.validation-summary-errors ul li {
    color: red;
}
