﻿@media only screen and (max-width:800px){
    #RegisterHeading {
        font-size: 28px !important;
      
    }
}
@media only screen and (max-width:450px) {
    #RegisterHeading {
        font-size: 24px !important;
    }
}



.form-control.si {
    height: 50px;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 2px;
    background: #fff !important;
    font-size: 14px;
    border: 1px solid #c3e0e6;
    box-shadow: 0 2px 6px #e1e3e9;
}

.checkbox.checkbox-outline > span {
    border-color: #aaa !important;
    border-radius: .25rem !important;
}

.form-control.si:focus {
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

.CircleIcon {
    margin: 0px 10px !important;
}

#pageTitleText {
    position: relative;
    top: 2px;
    color: #60b0bd !important;
}
.frontFacing-reset {
    border-radius: 14px !important;
}

::placeholder {
    font-size: 14px !important;
    line-height: 21px !important;
    color: #495057 !important;
}
#RegisterHeading {
    font-size: 32px;
    line-height: 38px;
    color: #212529 !important;
}
.card-title > p > a {
    color: #63B0BC !important;
}
.FormText {
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #212529 !important;
}
.CheckBoxText {
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #212529 !important;
}
.frontFacing-submit.blue-1 {
    color: #434343;
    background-color: #77C8D9;
    margin: 10px;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
}
    .frontFacing-submit.blue-1:hover {
        color: #434343 !important;
        background-color: #77C8D9 !important;
        opacity: 99% !important;
    }

/*PasswordEye*/

::-ms-reveal {
    display: none !important;
}


.hideShowPassword-toggle {
    background-image: url('/images/wink.svg');
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    width: 44px;
    border: none;
    background-color: #e8f0fe00;
    border-radius: 100%;
    outline: 0px auto -webkit-focus-ring-color;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center !important;
}