﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');

@font-face {
    font-family: "Montserrat";
    /*src: url(../../Resources/Montserrat-VariableFont_wght.ttf);*/
}

.bg {
    background-size: cover;
    z-index: 10;
    height: 98.4vh;
    width: 100vw;
    background-image: url('../images/background_ghp.png');
}

form, body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.Password_Pop {
    z-index: 2;
    background-color: darkred;
    color: white;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
    border-radius: 5px;
    border-style: none;
    margin-bottom: 30%;
    /*margin-left: 8%;*/
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    position: absolute;
    width: 270px;
    height: 35px;
    font-family: "Montserrat";
    display: none;
}

.Password_Pop_Green {
    z-index: 2;
    background-color: green;
    color: white;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
    border-radius: 5px;
    border-style: none;
    margin-bottom: 30%;
    /*margin-left: 8%;*/
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: greenyellow;
    position: absolute;
    width: 270px;
    height: 35px;
    font-family: "Montserrat";
    display: none;
}

.SetNotifyText {
    color: white;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    font-family: "Montserrat";
}


.Email_Input, .Password_Input {
    width: 70%;
    height: 50%;
    margin-top: 5%;
    border-radius: 12px;
    border: none;
    background-color: #F6F7F6;
}

.CaptchaInputStyle {
    width: 70%;
    height: 50%;
    margin-top: 5%;
    border-radius: 12px;
    border: none;
    background-color: #F6F7F6;
}

.LoginButton {
    width: 45%;
    height: 50%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 14pt;
    border-radius: 12px;
    border: solid 1px #EE1C2E;
    background-color: #EE1C2E;
    color: white;
    transition: ease-out 200ms;
}


    .LoginButton:hover {
        width: 46%;
        height: 50%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 12px;
        border: solid 1px grey;
        background-color: white;
        transition: ease-in 200ms;
        color: #EE1C2E;
    }


.lblAuthentication {
    font-size: 14pt;
    color: black;
    display: none;
    font-family: "Montserrat";
}

.SendOtp {
    display: none;
    width: 45%;
    height: 30%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 14pt;
    border-radius: 12px;
    border: solid 1px #EE1C2E;
    background-color: #EE1C2E;
    color: white;
    transition: ease-out 200ms;
}

    .SendOtp:hover {
        width: 46%;
        height: 30%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 12px;
        border: solid 1px grey;
        background-color: white;
        transition: ease-in 200ms;
        color: #EE1C2E;
    }

.ForgotPassButton {
    width: 27%;
    height: 40%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 14pt;
    border-radius: 12px;
    border-style: none;
    /*border: solid 1px #EE1C2E;*/
    background-color: white;
    color: black;
    transition: ease-out 200ms;
    cursor: pointer;
    display: none;
}

    .ForgotPassButton:hover {
        width: 27%;
        height: 40%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 12px;
        border-style: none;
        /*border: solid 1px grey;*/
        /*background-color: white;*/
        transition: ease-in 200ms;
        color: #EE1C2E;
    }


.Login_Container {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.Login_InnerContainer {
    display: grid;
    place-items: center;
    grid-template-rows: 10% 90%;
    width: 30%;
    height: 50%;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
    background-color: transparent;
    border-radius: 12px;
}

.Login_Header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: red;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-family: "Montserrat";
    font-size: 20pt;
    font-weight: 700;
    color: white;
}

.Login_Body {
    background-color: white;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.CaptchaClass {
    width: 100%;
    height: 60%;
    display: none;
    text-align: center;
}

#image {
    margin-top: 10px;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
    width: 60px;
    padding: 10px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 35px;
    user-select: none;
    text-decoration: line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    /*margin-right: 10px;*/
}

#user-input {
    box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
    width: auto;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid;
}

input {
    border: 1px black solid;
}

.inline {
    display: inline-block;
}

.fas fa-sync {
    border-color: red;
    border-style: solid;
}

#btn {
    box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
    color: aqua;
    margin: 10px;
    background-color: brown;
}

@media only screen and (max-width:900px) {
    .Login_InnerContainer {
        display: grid;
        place-items: center;
        grid-template-rows: 10% 90%;
        width: 90%;
        height: 60%;
        box-shadow: rgba(0,0,0,0.4) 0px 0px 26px;
        background-color: transparent;
        border-radius: 12px;
    }

    .Login_Header {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        background-color: red;
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        font-family: "Montserrat";
        font-size: 24pt;
        font-weight: 700;
        color: white;
    }


    .Email_Input, .Password_Input {
        width: 90%;
        height: 50%;
        margin-top: 1%;
        border-radius: 12px;
        font-size: 18pt;
        border: none;
        background-color: #F6F7F6;
    }

    .LoginButton {
        width: 90%;
        height: 40%;
        margin-top: 1%;
        margin-bottom: 1%;
        font-size: 18pt;
        border-radius: 12px;
        border: solid 1px #EE1C2E;
        background-color: #EE1C2E;
        color: white;
        transition: ease-out 200ms;
    }


        .LoginButton:hover {
            width: 90%;
            height: 30%;
            margin-top: 1%;
            margin-bottom: 1%;
            border-radius: 12px;
            border: solid 1px grey;
            background-color: white;
            transition: ease-in 200ms;
            color: #EE1C2E;
        }

    .ForgotPassButton {
        width: 100%;
        height: 50%;
        margin-top: 1%;
        margin-bottom: 1%;
        font-size: 18pt;
        border-radius: 12px;
        border-style: none;
        /*border: solid 1px #EE1C2E;*/
        background-color: white;
        color: black;
        transition: ease-out 200ms;
        cursor: pointer;
        word-wrap: break-word;
    }

        .ForgotPassButton:hover {
            width: 100%;
            height: 50%;
            margin-top: 1%;
            margin-bottom: 1%;
            border-radius: 12px;
            border-style: none;
            /*border: solid 1px grey;*/
            /*background-color: white;*/
            transition: ease-in 200ms;
            color: #EE1C2E;
            word-wrap: break-word;
        }
}
