@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
label.error {
    display: block;
}

input.error {
    margin-bottom: 10px;
}

.signup-name,.signup-email , .signup-password {
    margin-bottom:-0.5rem;
}
.signup-text{
    margin-top: -17px;
}


#signupForm .letsStartBtn{
    margin-top: 0px;
}
#signupForm .select-inner {
    margin-top: 0px;
}
#signupForm #timezone_id {
    background-color: #fff;
    font-size: 14px;
    color: #464a4c;
}
#signupForm .timezone i {
    margin-left: 6px;
}
#signupForm .select2-selection--single{
    height: 40px !important;

}
#signupForm .select2-container *:focus {
    outline: none;
}
#signupForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    color: #6a6a6a;
    font-size: 14px;
    padding-top: 6px;
    font-weight: 500;
    padding:10px 25px 10px 10px;
    line-height: 20px;
}
#signupForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 4px;
}
#signupForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #295e89 transparent transparent transparent;
}
.tooltipTimezone{
    float: right;
    margin-top: -36px;
}

.inputDiv {
    position:relative;
}

.inputDiv label {
    cursor: text;
}

.form-control-placeholder {
    position: absolute;
    left: 11px;
    top: 2px;
    color: #bebebe;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-control-placeholder {
    transform: translateY(-85%);
    font-size: .75em;
}

.inputField {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    transition: box-shadow 150ms ease-out;
}

.timeZoneDiv {
    margin-bottom: 0px;
}

#loginbox .error {
    font-weight: normal !important;
}

.phoneNumberTooltip i{
    top: 0px;
    margin-left: 5px !important;
}

#loginbox .form-group {
    position: relative;
}
.login-content p {
    color: #6a6a6a;
    font-size: 17px !important;
    font-weight: 500 !important;
}
