﻿.body-container {
    margin-top: 10px !important;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.header-text {
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    color: #001431;
}

.wrapper {
    margin-right: 44px;
    margin-left: 44px;
    width: calc(100% - 88px);
    max-width: 580px;
}

.list-container {
    width: 100%;
}

.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E5E5E5;
    padding: 0px 25px 0px 0px;
    margin: 0px;
    caret-color: #03DBB4;
    position: relative;
    text-decoration: none;
    font-size: 15px;
}

    .form-control::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ccc;
    }

    .form-control:focus {
        box-shadow: none;
        border-bottom-color: #03DBB4;
    }

input::placeholder {
    color: #A7A7A7 !important;
}

.signup-button-wrapper {
    margin-top: 32px;
}

.signup-button {
    border-radius: 12px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 52px;
    background: #03DBB4;
    border-color: #03DBB4;
    border-radius: 100px;
    font-size: 15px;
}

.main-container .container {
    text-align: center;
    max-width: 580px;
    margin: 30px 44px 0px 44px;
}

.external-logins {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 600;
}

.form-horizontal {
    width: 100%;
    max-width: 290px;
    display: flex;
    justify-content: space-between;
}

.social-login {
    border: 0px;
    background: transparent;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 60px 0px 60px;
}

.logo-container {
    text-align: center;
}

.field-validation-error {
    color: #D93C3C;
    margin-top: 6px;
    padding: 0px;
    font-size: 11px;
    line-height: 16px;
}

.btn-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    color: #03DBB4;
}

p {
    font-size: 15px;
    color: #001431;
    line-height: 22px;
}

.password-container {
    position: relative;
}

#password {
    padding-right: 30px; /* make room for the icon */
}

.toggle-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.glyphicon {
    color: #A7A7A7 !important
}

.custom-checkbox .custom-control-input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    border-color: #03DBB4 !important;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #03DBB4 !important;
    background-color: #03DBB4 !important;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #03DBB4 !important;
    border-color: #03DBB4 !important;
}

.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #03DBB4 !important;
}

.custom-checkbox .custom-control-label {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.sub-header {
    margin-top: 20px
}

.sub-header-text {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}