﻿body {
    color: #212529;
    background-color: #FFFFFF;
}

h1 {
    font-size: 18px;
}

#header {
    margin: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
}
    #header .logoImage {
        max-height:50px;
    }
@media screen and (max-width: 969px) {
    #content {
        margin: 20px;
    }
}

@media screen and (min-width: 970px) {
    #content {
        max-width: 420px;
        margin: 0 auto;
    }
}



#content {
    margin: 0 auto;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

.divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.divider-text span {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    z-index: 9;
}

.form-control {
    border: 1px solid #D2D6DE;
    border-radius: .25rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #212529;
    font-weight: 400;
}

.alertBox {
    background-color: #FCEDEB;
    border: 1px solid #F1B7B0;
    border-radius: .25rem;
    padding: 10px;
}

.link-cointainer {
    margin-top: 4px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    padding-right: 25px;
}

.container {
    padding-top: 50px;
    margin: auto;
}

.amodit-button {
    text-align: center;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.oauth-button {
    padding: 2px !important;
}

.amodit-button:hover {    
    background-color: #F5F5F5;
}

.amodit-button:active, .amodit-button:focus {    
    background-color: #D9D9D9;
}

#social-options {
    padding-top: 0px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 18px;
}

.organization {
    text-align: center;
    margin-bottom: 32px;
}

.login-button {
    margin-top: 32px;
}

.social-image {
    padding-right: 10px;
    height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.otp-field {
    flex-direction: row;
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

#passwordChangeInput + .tooltip > .tooltip-inner,
#passwordInput + .tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    box-shadow: 1px 2px 3px rgba(21, 25, 29, 0.15);
}

.tooltip.in {
    opacity: 1 !important;
}
#passwordChangeInput + .tooltip > .tooltip-arrow,
#passwordInput + .tooltip > .tooltip-arrow {
    /*border-bottom-color: #ffffff;*/
    display: none;
}

.tooltip-inner > ul {
    list-style: none;
    padding-left: 0;
}

.tooltip-inner > ul li {
    padding-left: 1em;
}

#postal-data {
    padding-top: 0px;
    width: 100%;
}

.iti {
    display: block;
}

#progress {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    padding: 20px;
}

.formTitle {
    font-size: 18px;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
}

.invalid-feedback {
    color: #dd4b39;
}