html {
    height: 100%;
}

body {
    background-image: url('../img/front-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-attachment: fixed;

}

.page-wrapper {
    height: 100%;
    padding: 30px;
}

.logos {
}

.logos-wrapper {
    padding-bottom: 30px;
}

.unspport-browser{
   color: white;
   padding:50px;
    background-image: url(../img/front-bg.png);  background-size: cover;  background-repeat: no-repeat; background-position-x: center; background-attachment: fixed; position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; background-color: white; z-index: 9999; display: none
}
.signup-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 80vh;
    overflow: visible;
}

/* Login styling */

.login-spacing {
    margin: 144px 115px;
}

.login-wrap {
    color: #ffffff;
}

.login-wrap a {
    color: #41B6E6;
    font-size: 14px;
}

.registered-text {
    font-size: 14px;
}


.login-text {
    font-size: 15px;
}

.login-link {
    color:yellow;
    font-size: 15px;
}

.login-link:hover {
    color: white;
    font-size: 15px;
}






.login-title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
}

.login-wrap label {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.login-wrap label a {
    text-transform: none;
}

.login-subtitle {
    font-size: 20px;
    font-weight: medium;
    margin-bottom: 20px;
}

.dell-logos {
    position: absolute;
    right: 100px;
    bottom: 100px;
}

.login-wrap input {
    border: 0px;
    border-radius: 0px;
}

.login-wrap .form-group {
    margin-bottom: 20px;
}

.login-wrap .btn {
    margin-top: 35px;
}

.login-wrap button {
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}
/* End Login Styling */


.signup-wrapper-sidebar {
    background-color: var(--midnightblue-color);
    padding: 30px;
    color: white;
}

.signup-wrapper-main {
    background-color: white;
    padding: 30px;
    position: relative;

}

.signup-wrapper-main form {
    height: 100%;
}

.frm-row {
    padding-top: 20px;
}

.btn-frm-next {
    width: 200px;
}

.btn-frm-wrapper {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.frm-msg-wrapper {
    background-color: var(--dellblue-color);
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    display1: none;
}

.btn-frm-back {
    font-size: 16px;
    font-weight: 200;
    padding-left: 15px;
    position: relative;
    color: var(--dellblue-color);

}

.btn-frm-back:hover {
    text-decoration: none;
}

.chevron-left-large {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 4px
}

.chevron-right-large {
    width: 10px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 0px
}

.terms-wrapper {
    height: calc(80vh - 200px);
    min-height: 400px;
    margin-bottom: 20px;
    overflow-y: auto;
}


/*reset password*/
.form-group.row label {
    margin-left: 15px;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.toggle-password {
    width: 25px;
    top: 7px;
    right: 5px;
}


@media only screen and (max-width: 800px) {

    .page-wrapper {
        height: auto;
    }

    .btn-frm-wrapper {
        position: static;
    }

    .btn-frm-next {
        width: 100%;
        position: static;
        margin-top: 30px;
    }

    .btn-prev {
        font-size: 25px;
        font-weight: 200;
        padding-left: 20px;
    }
    
}


@media only screen and (max-height: 750px) {
    .dell-logos {
        bottom: auto;
        left: auto;
        position: relative;
        margin-top: 100px;
        right: auto;
    }
}


@media only screen and (max-width: 800px) and (orientation: portrait) {

    .login-spacing {
        margin: 30px;
        padding-top: 10px;
    }

    .login-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

    .dell-logos {
        position: relative;
        margin: 20px ;
        right: auto;
        bottom: auto;
        width: 90%;
    }

    .login-wrap label {
        font-size: 12px;
    }

    .login-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .login-wrap a, .registered-text {
        font-size: 12px;
    }

    .login-wrap button {
        font-size: 16px;
        padding: 10px;
        text-transform: uppercase;
    }

    .signup-wrapper {
        height: unset;
    }
}

@media only screen and (min-width: 700px) and (max-width: 823px) and (max-height: 500px) and (orientation: landscape) {

    .dell-logos{
        bottom: auto;
        left: auto;
        position: relative;
        margin-top: 100px;
        right: auto;
    }

    .login-spacing {
        margin: 100px 80px;
    }
    body{
        background-attachment: fixed;

    }
    

}

@media only screen and (min-width: 500px) and (max-width: 700px) and (max-height: 500px) and (orientation: landscape) {

    .dell-logos{
        
        bottom: auto;
        left: auto;
        position: relative;
        margin-top: 100px;
        right: auto;
    }

    .login-spacing {
        margin: 100px 80px;
    }

    body{
        background-attachment: fixed;

    }

}

@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
}

