﻿.company-logo {
    display: inline-block;
    width: 230px;
}

p {
    font-size: 1em;
}


label {
    font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
}

.login-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75%;
}

#login-pw-input-group:focus-within {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.checkbox-container {
    position: relative;
    padding-left: 0.6em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
    font-weight: bold !important;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox-container input:checked ~ .custom-checkbox {
            background-color: #fff;
            background-image: url('../images/Check-Icon.svg');
            background-repeat: no-repeat;
        }

.custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    margin-left: -1.22em;
    margin-top: 0.2em;
}

    .custom-checkbox:after {
        content: "";
        position: absolute;
        display: none;
    }


#register-btn {
    background-color: #ff9d00;
    border-color: #ff9d00;
    font-family: "Avenir Next LT W01 Demi", Arial, sans-serif;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}

    #register-btn:hover {
        background-color: #fff;
        color: #ff9d00;
        border-color: #ff9d00;
    }


.forgot-password-container {
    display: flex;
    justify-content: flex-end;
}

.forgot-password-link {
    text-decoration: none;
    color: #00ADFF;
    margin-left: -0.1em;
    font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
    text-align: end;
}

    .forgot-password-link:hover {
        text-decoration: none;
        color: #0093FF;
    }

.form-control {
    border-radius: 0px;
}
/*trasperent-background*/
@media all and (min-width: 1200px) {

    .form-group {
        margin-top: 1.815rem;
    }

    h3 {
        margin-top: -0.2em;
    }

    .register-img {
        display: inline-block;
        width: 289px;
        height: 132px;
        margin-bottom: 60px;
    }


    .description-text {        
        margin-bottom: 0.8rem;
        font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
    }

    #middle-p {
        color: #303ab2;
        margin-top: 5.5em;
        font-size: 24px;
        font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
    }

   
    .register-form-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .register-form-wrapper{
        display: flex;
    }
}

@media all and (max-width: 1200px) {

    .form-group {
        margin-top: 1.2rem;
    }

   .register-img {
        margin-left: 2em;
        margin-bottom: 2em;
    }


    #middle-p {
        color: #303ab2;
        margin-top: 7em;
        margin-bottom: 6em;
        font-size: 24px;
        font-family: "Avenir Next LT W01 Bold", Arial, sans-serif;
    }

    .forgot-password-link {
        margin-left: 0;
    }
    .create-id-container{
        padding-bottom: 1rem;
    }
}

.my-account-headline {
    margin-bottom: 2em;
}
.my-account-subtitle {
    margin-bottom: 4em;
    font-family: "Avenir Next LT W01 Demi",Arial,sans-serif;
}
.my-account-subtitle-text {
    font-size: 18px;
    margin-bottom: 0.3em;
}
.my-account-subtitle-link {
    font-size: 16px;
}
.my-account-subtitle-link a {
    text-decoration: none;
}

.check-icon {
    width: 17px;
    height: 13px;
    padding-right: 1px;
    margin-right: 10px;
    margin-left: 2px;
}


/* Passwort reset modal*/
.modal-own-width{
    max-width: 624px;
}
@media all and (max-width: 576px) {
    .modal-own-width {
        max-width: 300px;
    }
}
#close-modal-button{
    color: #303AB2;
    cursor:pointer; 
    position: absolute;
    right: 20px; 
    top: 20px;
}

/*Email Successfully changed modal*/
#close-modal-button-email-changed {
    color: #303AB2;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .resetpw-modal-image {
        margin-bottom: 44px !important;
    }
.email-changed-headline-container, .reset-pw-headline-container {
    text-align: center;
    margin-top: 2.5rem;
}
.email-changed-headline {
        font-size: 24px;
        color: #FF9D00;
        font-family: Avenir Next LT W01 Bold, Arial, sans-serif;
        margin-bottom: 14px;
        width: 250px;
    }

.reset-pw-headline {
    font-size: 24px;
    color: #FF9D00;
    font-family: Avenir Next LT W01 Bold, Arial, sans-serif;
    margin-bottom: 14px;
    width: 315px;
    word-break: keep-all;
}

.email-changed-text, .reset-pw-text {
    text-align: center;
}


.reset-pw-bottom-button {
    margin-top: 7px;
}

/*Validation error*/
.border-error {
    border: 1px solid #FF574A;
}

.validation-error-fixed-pos {
    display: inline-block;
}
