@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

div {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 16px;
}

.background { 
    margin: 0px;
}

.container { 
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #4A5456;
}

.inner-container {
    width: 336px;
    margin-left: auto;
    margin-right: auto;
}

.forgot-container {
    margin-top: 16px;
    color: #888C90;
    text-align: center;
}

.forgot-container a {
    color: #0CA2D0;
    text-decoration: unset;
}

.footer-container {
    height: 56px;
    width: 100%;
    background-color: #087090;
    position: fixed;
    bottom: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 50px;
}

.question-container {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 0px
}

.alert-container {
    height: 40px;
    min-width: 430px;
    width: 94%;
    box-sizing: border-box;
    border: 1px solid #0CA2D0;
    border-radius: 4px;
    background-color: #CEECF6;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.error-container {
    box-sizing: border-box;
    height: 65px;
    width: 337px;
    border: 1px solid #CC0033;
    border-radius: 4px;
    background-color: #F5CCD6;
    color: #4A5456;
    font-size: 16px;
    line-height: 24px;
    display: none;
    align-items: flex-start;
    padding-top: 2px;
}

.error-container span{
    padding-top: 4px;
}

@media only screen and ( max-height: 710px ) {
    .question-container {
        margin-bottom: 80px;
    }
}

.alert-info {
    color: #4A5456;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.alert-info span {
    padding-left: 8px;
}

.logo-hot-schedules-powered-by-fourth {
    display: block;
    width: 162px;
    padding-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    color: #4A5456;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px;
}

.text-block {
    display: block;
}

.text-block b{
    font-weight: 600;
}

.sub-header {
    height: 48px;
    color: #4A5456;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

hr {
    border: 0.5px solid #CCCCCC; 
    margin-top: 20px;
    margin-bottom: 20px;
}

select {
    box-sizing: border-box;
    height: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #4A5456;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 16px;
}

.select-question {
    color: #888C90;
}

.fullname {
    color: #4A5456;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 24px;
}

.input-container {
    margin-top: 32px;
}

.input-container.last {
    margin-top: 16px;
}

.input-container.global {
    margin-top: unset;
}

.input-container input{
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    color: #4A5456;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.input-label {
    height: 16px;
    width: 126.3px;
    color: #888C90;
}

.input-note {
    height: 14px;
    color: #111111;
    font-size: 10px;
    line-height: 8px;
}

.check-container {
    color: #4A5456;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.check-container.small {
    color: #888C90;
    font-size: 12px;
    line-height: 16px;
}

.checkbox {
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin-right: 6px;
}

.submit-btn {
    height: 32px;
    width: 336px;
	<!--width: 300px;-->
    border-radius: 4px;
    background-color: #0CA2D0;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}

.create-password input{
    box-sizing: border-box;
    height: 32px;
    width: 336px;
    border-radius: 4px;
    color: #4A5456; f
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding-left: 8px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.password-hint {
    <!--width: 310px;-->
	width: 300px;
    background-color: #F4F4F4;
    padding-bottom: 14px;
    display: none;
}

.password-hint span {
    height: 16px;
    color: #4A5456;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding-top: 14px;
    padding-left: 5px;
    display: none;
    align-items: center;
}

.img-icon {
    width: 18px;
    height: 18px;
    margin: 8px;
}

.close-button {
    font-size: 12px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.close-button a{
    text-decoration: unset;
}

