﻿.dg-login-or-new-user {
    background-color: #f1efeb;
}

.dg-login-or-new-user__wrapper {
    padding: 60px 0;
}

.dg-login-or-new-user__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dg-login-or-new-user__col--last-child {
    margin-left: 25px;
}

.dg-login-or-new-user__title {
    text-transform: capitalize;
    line-height: 1.1;
    margin-top: -10px;
}

.dg-login-or-new-user__description {
    margin-top: 20px;
    font-size: 16px;
}

.dg-login-or-new-user__box {    
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.dg-login-or-new-user__box-inner {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 7px 5px 13px 2px rgba(0,0,0,0.1);
    min-height: 200px;
    border-bottom: 8px solid #0A1E50;
}
    .dg-login-or-new-user__box-inner h2 {
        font-size: 24px;
        background-color: #0A1E50;
        color: #fff;        
        padding: 20px;
    }

    .dg-login-or-new-user__box-inner p {
        font-size: 16px;
        padding: 20px;
        padding-bottom: 0;
        padding-top: 15px;
    }

.dg-login-or-new-user .form-group label {
    margin-top: 0;
}

.dg-login-or-new-user .form-group .form-control {
    max-width: 300px;
}

.dg-login-or-new-user .form-group label {
    margin-top: 0;
}

.dg-login-or-new-user .form-group .form-control {
    max-width: 300px;
}


.dg-login-or-new-user .form-group.error .form-control {
    border-color: red;
}

.dg-login-or-new-user .form-group.error .invalid-feedback {
    display: block;
}

.dg-login-or-new-user .form-group {
    margin-top: 20px;
    padding: 0 20px;    
}

.dg-login-or-new-user__footer {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dg-login-or-new-user__btn {
    background-color: #0063FF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    line-height: 1;
    -webkit-appearance: none;
    
    white-space: nowrap;
}

.dg-login-or-new-user__btn:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.3s ease-in-out;
    font-size: 10px;
    font-weight: 500;
    transition: transform 0.3s ease-in-out;
}

.steps p:first-child {
    font-size: 18px;
}

.steps p:last-child {
    padding-top: 1rem;
    line-height: 25px;
}

@media only screen and (max-width: 1000px) {
    .dg-login-or-new-user__box {
        min-height: 200px !important;
        padding-bottom: 15px;
    }

    .dg-login-or-new-user__col--last-child {
        margin-left: 0 !important;
    }
}

.alert {
    font-size: 15px;
    color: red;
    padding: 20px;
}
