﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

body {
    background-image: url('../../Images/LoginBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.LoginButton {
    background-color: rgba(255,0,0,0.5);
    width: 100%;
    height: 80px;
    margin-top: 15px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: white;
}

    .LoginButton:hover {
        background-color: red;
    }
.PasswordFail {
    color: red;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    width: 99.6%;
    height: 80px;
    border: 1px grey solid;
    text-align: center;
 
    resize: none;
}
.TableTest {
    width: 100%;
    height: 100px;
}
.TableRowClass {
    border: 1px black solid;
}

.style1 {
    width: 100%;
   
    
   
}
.UserName {
    border: none;
    border-bottom: solid 1px grey;
    font-family: 'Lato', sans-serif;
    background: #fff url('../Images/User.png') no-repeat;
    background-position: left 5px top 13px;
    background-size: 25px 25px;
    height: 50px;
    width: 93%;
    text-align: left;
    font-size: 30px;
    padding-left: 70px;
}
.Domain {
    border: none;
    border-bottom: solid 1px grey;
    font-family: 'Lato', sans-serif;
    background: #fff url('../Images/Domain.png') no-repeat;
    background-position: left 5px top 13px;
    background-size: 25px 25px;
    height: 50px;
    width: 100%;
    text-align: left;
    font-size: 30px;
    padding-left: 70px;
}
.Password {
    border: none;
    border-bottom: solid 1px grey;
    font-family: 'Lato', sans-serif;
    background: #fff url('../Images/password.png') no-repeat;
    background-position: left 5px top 13px;
    background-size: 25px 25px;
    height: 50px;
    width: 93%;
    text-align: left;
    font-size: 30px;
    padding-left: 70px;
}
.LostText {
    text-align: right;
    float: right;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    text-align: right !important;
}
.LostPassword {
    width: 100px;
    padding-top: 30px;
    font-size: 30px;
    text-align:center;
}
.form-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    background-color: rgba(255,255,255,0.5);
    margin: auto;
    margin-top:20%;
    width: 60%;
    height: 100%;
    padding: 10px;
    text-align: center;
}
.center {
    position: absolute;
    width: 95%;
    left: 49%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Wizard CSS*/

#wizHeader li .prevStep {
    background-color: #CE8C8C;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

    #wizHeader li .prevStep:after {
    }

#wizHeader li .currentStep {
    background-color: #e52121;
    padding-right: 5px;
    border-right: 1px black solid;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    height: 65px;
}

    #wizHeader li .currentStep:after {
    }

#wizHeader li .nextStep {
    background-color: rgba(194,194,194,0.5);
    color: rgba(255,0,0,0.5);
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px black solid;
    padding-top: 10px;
}


/*Wizard header with navication things*/
#wizHeader {
    list-style-type: none;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    width: 100%;
    border-bottom: 1px black solid;
    border-top: solid black 1px;
    width: 100%;
    height: 60px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            background: white; /* fallback color */
            background: white;
            position: relative;
            display: block;
            float: left;
            padding-left: 5px;
            height: 60px;
        }

            #wizHeader li a:after {
            }

            #wizHeader li a:before {
            }

        #wizHeader li:first-child a {
        }

        #wizHeader li:last-child {
            padding-right: 5px;
        }

        #wizHeader li a:hover {
            background: #FF4D4D;
        }

            #wizHeader li a:hover:after {
            }

.wizardcontent {
    width: 100%;
    background-color: white;
    border-bottom: 1px black solid;
}

.content {
    width: 100%;
    text-align: left;
    background-color: white;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
}

.headerpassword {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: auto;
    width: 100%;
    text-align: center;
    background-color: #FF4D4D;
    color: white;
    font-size: 45px;
    text-align: center;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Lato', sans-serif;
    text-shadow: 2px 2px 2px #333A07;
    background-color: black !important;
}

.passwordleft {
    width: 100%;
}

.pass-container {
    margin-top: 10px;
    background-color: white;
    margin: auto;
    width: 100%;
    height: 100%;
}

.WizardUserName {
    border: none;
    border-bottom: solid 1px grey;
    font-family: 'Lato', sans-serif;
    background: #fff url('../Images/User.png') no-repeat;
    background-position: left 5px top 23px;
    background-size: 50px 50px;
    height: 100px;
    width: 93%;
    text-align: left;
    font-size: 40px;
    padding-left: 70px;
}

.WizardCenterRow {
    text-align: center;
    border-top: 1px black solid;
}

.WizardNext {
    background-color: rgba(255,0,0,0.5);
    width: 100%;
    height: 80px;
    margin-top: 15px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: white;
}

    .WizardNext:hover {
        background-color: red;
        width: 100%;
        height: 80px;
        margin-top: 15px;
        border: none;
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        color: white;
    }

.CellPhoneText {
}
.GlobalSign {
    
    text-align: left;
    padding-left: 0;
}
.WizardCellPhone {
    border: none;
    border-bottom: solid 1px grey;
    font-family: 'Lato', sans-serif;
    background: #fff url('../Images/PhoneNumber.png') no-repeat;
    background-position: left 5px top 23px;
    background-size: 50px 50px;
    height: 100px;
    width: 95%;
    text-align: center;
    font-size: 40px;
    padding-left: 70px;
}

.WizardHeaderTableRow {
    border-top: 1px black solid;
}

.Instructions {
    width: 99.6%;
    height: 80px;
    border: 1px grey solid;
    text-align: center;
    font-family: 'Lato', sans-serif;
    resize:none;
}

.WizardPasswordNew {
    border: none;
    border-bottom: solid 1px grey;
    font-family: 'Lato', sans-serif;
    background: #fff url('../Images/password.png') no-repeat;
    background-position: left 5px top 23px;
    background-size: 50px 50px;
    height: 100px;
    width: 95%;
    text-align: center;
    font-size: 40px;
    padding-left: 70px;
}
.modalPopuppassword {
    margin-top: 50px;
    width: 80%;
    height: 50%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-aspect-ratio: 13/9) {
    @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

    body {
        background-image: url('../../Images/Mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Lato', sans-serif;
    }
   
    .modalPopuppassword {
        margin-top: 50px;
        width: 100%;
        height: 50%;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .TableTest {
        width: 100%;
        height: 100px;
    }

    .LoginHeader {
        color: rgba(255,0,0,0.5);
        font-size: 40px;
        width: 500px;
        height: 50px;
        font-family: 'Lato', sans-serif;
        background-image: url('../../Images/LoginLogo.png');
        background-repeat: no-repeat;
        padding-bottom: 80px;
        margin-bottom: 10px;
        background-size: 500px;
        background-position: center;
    }

    .LoginItems {
    }

    .TableRowClass {
        border: 1px black solid;
    }

    .style1 {
        width: 100%;
    }

    .LoginButton {
        background-color: rgba(255,0,0,0.5);
        width: 100%;
        height: 80px;
        margin-top: 15px;
        border: none;
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        color: white;
    }

        .LoginButton:hover {
            background-color: red;
        }

    .UserName {
        border: none;
        border-bottom: solid 1px grey;
        font-family: 'Lato', sans-serif;
        background: #fff url('../Images/User.png') no-repeat;
        background-position: left 5px top 23px;
        background-size: 50px 50px;
        height: 100px;
        width: 93%;
        text-align: left;
        font-size: 40px;
        padding-left: 70px;
    }

    .Password {
        border: none;
        border-bottom: solid 1px grey;
        font-family: 'Lato', sans-serif;
        background: #fff url('../Images/password.png') no-repeat;
        background-position: left 5px top 23px;
        background-size: 50px 50px;
        height: 100px;
        width: 93%;
        text-align: left;
        font-size: 40px;
        padding-left: 70px;
    }

    .form-container {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: white;
        background-color: rgba(255,255,255,0.5);
        margin: auto;
        width: 100%;
        height: 650px;
        padding: 10px;
        text-align: center;
    }
    .GlobalSign{
        padding-top:30px;
        text-align:left;
        padding-left:0;
       
    }
    .LostText {
        text-align: right;
        float: right;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        text-align: right !important;
    }

    .center {
        position: absolute;
        width: 95%;
        left: 49%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .LostPassword {
        width: 100px;
        padding-top: 80px;
        font-size: 30px;
    }

    .headerstuff {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: white;
        margin: auto;
        width: 100%;
        height: 100px;
        padding: 10px;
        text-align: center;
        background-color: #FF4D4D;
        color: white;
        font-size: 45px;
        text-align: center;
        background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        text-shadow: 2px 2px 2px #333A07;
    }

    /*Wizard CSS*/

    #wizHeader li .prevStep {
        background-color: #CE8C8C;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

        #wizHeader li .prevStep:after {
        }

    #wizHeader li .currentStep {
        background-color: #e52121;
        padding-right: 5px;
        border-right: 1px black solid;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        height: 65px;
    }

        #wizHeader li .currentStep:after {
        }

    #wizHeader li .nextStep {
        background-color: rgba(194,194,194,0.5);
        color: rgba(255,0,0,0.5);
        padding-right: 10px;
        padding-left: 10px;
        border-right: 1px black solid;
        padding-top: 10px;
    }


    /*Wizard header with navication things*/
    #wizHeader {
        list-style-type: none;
        overflow: hidden;
        font-family: 'Lato', sans-serif;
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        width: 100%;
        border-bottom: 1px black solid;
        border-top: solid black 1px;
        width: 100%;
        height: 60px;
    }

        #wizHeader li {
            float: left;
        }

            #wizHeader li a {
                color: white;
                text-decoration: none;
                background: white; /* fallback color */
                background: white;
                position: relative;
                display: block;
                float: left;
                padding-left: 5px;
                height: 60px;
            }

                #wizHeader li a:after {
                }

                #wizHeader li a:before {
                }

            #wizHeader li:first-child a {
            }

            #wizHeader li:last-child {
                padding-right: 5px;
            }

            #wizHeader li a:hover {
                background: #FF4D4D;
            }

                #wizHeader li a:hover:after {
                }

    .wizardcontent {
        width: 100%;
        background-color: white;
        border-bottom: 1px black solid;
    }

    .content {
        width: 100%;
        text-align: left;
        background-color: white;
        font-size: 48px;
        font-family: 'Lato', sans-serif;
    }

    .headerpassword {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: auto;
        width: 100%;
        text-align: center;
        background-color: #FF4D4D;
        color: white;
        font-size: 45px;
        text-align: center;
        background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        font-family: 'Lato', sans-serif;
        text-shadow: 2px 2px 2px #333A07;
        background-color: black !important;
    }

    .passwordleft {
        width: 100%;
    }

    .pass-container {
        margin-top: 10px;
        background-color: white;
        margin: auto;
        width: 100%;
        height: 100%;
    }

    .WizardUserName {
        border: none;
        border-bottom: solid 1px grey;
        font-family: 'Lato', sans-serif;
        background: #fff url('../Images/User.png') no-repeat;
        background-position: left 5px top 23px;
        background-size: 50px 50px;
        height: 100px;
        width: 93%;
        text-align: left;
        font-size: 40px;
        padding-left: 70px;
    }

    .WizardCenterRow {
        text-align: center;
        border-top: 1px black solid;
    }

    .WizardNext {
        background-color: rgba(255,0,0,0.5);
        width: 100%;
        height: 80px;
        margin-top: 15px;
        border: none;
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        color: white;
    }

        .WizardNext:hover {
            background-color: red;
            width: 100%;
            height: 80px;
            margin-top: 15px;
            border: none;
            font-family: 'Lato', sans-serif;
            font-size: 40px;
            color: white;
        }

    .CellPhoneText {
    }

    .WizardCellPhone {
        border: none;
        border-bottom: solid 1px grey;
        font-family: 'Lato', sans-serif;
        background: #fff url('../Images/PhoneNumber.png') no-repeat;
        background-position: left 5px top 23px;
        background-size: 50px 50px;
        height: 100px;
        width: 93%;
        text-align: center;
        font-size: 40px;
        padding-left: 70px;
    }

    .WizardHeaderTableRow {
        border-top: 1px black solid;
    }

    .Instructions {
        width: 100%;
        height: 160px;
        border: 1px grey solid;
        text-align: center;
        font-family: 'Lato', sans-serif;
    }

    .WizardPasswordNew {
        border: none;
        border-bottom: solid 1px grey;
        font-family: 'Lato', sans-serif;
        background: #fff url('../Images/password.png') no-repeat;
        background-position: left 5px top 23px;
        background-size: 50px 50px;
        height: 100px;
        width: 93%;
        text-align: center;
        font-size: 40px;
        padding-left: 70px;
    }
}
