﻿
@font-face {
    font-family: 'Helvetica Neu Bold';
    src: url('Bootstrap/fonts/Helvetica Neu Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('Bootstrap/fonts/HelveticaNeue Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue Thin';
    src: url('Bootstrap/fonts/HelveticaNeue Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('Bootstrap/fonts/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('Bootstrap/fonts/HelveticaNeue-Medium.ttf') format('truetype');
}

body {
    padding-top: 3rem;
    background-color: #E9E9E9;
    font-size: 14px;
}
/************************************************/
.signin-button > div > div > svg {
    height: 45px;
    width: 100%;
    margin: 10px auto;
}
div#appleid-signin {
    cursor: pointer;
}
img#signUp_WithGoogle {
    margin-top: 3px;
}
p.errorMatch {
    position: absolute;
    top: 16px;
    right: 0;
    color: #EF744E;
    font-size: 10px;
    font-family: "HelveticaNeue";
    display: none;
}
.signupNwUsr {
    border: 0;
    background: #FFFFFF;
    position: absolute;
    left: 0;
}

#overlay_NewSignUp {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(69, 199, 127, 0.7);
    border: 0.86px solid #979797;
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    margin: 0 auto;
}
.text_NewSignUP {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    user-select: none;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}
.group_success_NewSignUp {
    height: 300px;
    width: 300px;
    max-width: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
}
.invite-sent_NewSignUp {
    color: #FFFFFF;
    font-family: "HelveticaNeueRegular";
    font-size: 44px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    padding: 18px;
}
.errorMatchRed {
    position: absolute;
    top: 16px;
    right: 0;
    color: #EF744E;
    font-size: 10px;
    font-family: "HelveticaNeue";
    display: none;
}
.errorMatch::after {
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('../Images/UserProfileImages/PasswordCheckButton.png');
    background-repeat: no-repeat;
    vertical-align: -49%;
    margin-left: 10px;
}
.errorMatchRed::after {
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('../Images/UserProfileImages/PasswordNotMatchButton.png');
    background-repeat: no-repeat;
    vertical-align: -49%;
    margin-left: 10px;
}
.main_dv{
    padding:5px;
}
#resetPassword_Popup .form-group {
    display: flex;
    margin-bottom: 2px;
}
#resetPassword_Popup .bckArrow {
    width: 20px;
    height: 30px;
    position: absolute;
    margin-left: 7px;
    margin-top: 5px;
    background-image: url('../Images/Maintainance Images/BackArrow.png');
    cursor: pointer;
    background-repeat: no-repeat;
}
.signUpStart {
    height: 40px;
    width: 115px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 20px;
    letter-spacing: -0.25px;
    line-height: 24px;
    background-color: #3D7EB1;
    border: 0;
    margin-right: 20px;
}
#join_option .bckArrow {
    width: 20px;
    height: 30px;
    position: absolute;
    margin-left: 7px;
    margin-top: 5px;
    background-image: url('../Images/Maintainance Images/BackArrow.png');
    cursor: pointer;
    background-repeat: no-repeat;
}
#firstBackWindow{
    display:none;
}
 .form-group label {
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #B4B5B7;
    margin-left: 8px;
    font-family: HelveticaNeue;
    margin-top: -15px;
}
    .form-group.focused .control-label {
        opacity: 1;
        transform: scale(0.75);
        font-size: 10px;
        margin-top: -4px;
        margin-left: 0px;
    }
 .styled-input input {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #C9E7F9;    
    padding-left: 9px;
}
 .form-control {
    align-self: flex-end;
    box-shadow: none;
    padding: 0px;
    border-radius: 0;    
}
 .control-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
}
 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.enter_username_txt {
    color: #C8C7C7;
    font-family: HelveticaNeue;
    font-size: 16px;
    cursor: auto;
}
.inputted_text_fp {
    color: #231F20;
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 18px;
    border: none;
    border-bottom: 1px solid #C9E7F9;
    border-radius: 0;
}



/***********************************************/
.reset-button {
    font-size: 20px;
    color: #fff;
    font-family:HelveticaNeue;
    height: 40px;
    width: 115px;
    border-radius: 4px;
    background-color: #9DCB3C;
    border-radius: 5px;
    border: 0;
    outline: 0;
}
.login_buttons_popup {
    width: 294px;
    cursor:pointer;
   
}
.sf_h {
    margin: 10px auto;
}
.modal-header {
    border-bottom: 0px;
    background-color: #58C6CE;
    border-radius: 5px 5px 0 0;
    padding: 12.5px;
    display: block;
}
.stroke-7-copy-12 {
    box-sizing: border-box;
    height: 2px;
    width: 100%;
    border: 1px solid #C9E7F9;
}
.lbltextPre {
    color: #B4B5B7;
    font-family: "HelveticaNeueRegular";
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 18px;
}
button.CoverrotateRight {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('../Images/Home Page_files/rotate_button.png');
}
button.CoverrotateLeft {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('../Images/GroupDirectoryImgV2/Rotate_Left_Button.png');
    background-size: 77%;
}
.photo-i {
    height: 18px;
    width: 22px;
    margin-right: 4px;
    margin-top: -6px;
    cursor: pointer;
}
#AddbtnuploadControl .photo-i {
    height: 18px;
    width: 22px;
    margin-right: 4px;
    margin-top: 5px;
    cursor: pointer;
}
.modal-open1 {
    overflow: hidden;
}
.app_images_sm{
    width:138px;
}
.up_userimage {
    width: 200px;
    border-radius: 50%;
}
.CoverlblChangePic {
    color: #4A4A4A;
    font-family: "HelveticaNeueRegular";
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 30px;
    margin: 0px;
}
.text-center.recImgPreview3 {
    height: 142px;
    width: 142px;
    margin: 0 auto;
    position: relative;
}
h5.modal-title.edit-brand-colors {
    line-height: 20px;
    color: #fff;
}
.croppie-container .cr-slider-wrap {
    width: 71% !important;
    margin: 15px auto;
    text-align: left !important;
}
.btn-group.btnD {
    position: absolute;
    right: 90px;
    bottom: 0;
}
.remove_imgAdd, .remove_img, .remove_img_preview_Dct {
    background-image: url('../Images/Home Page_files/Circle Delete Button.png');
    position: absolute;
    top: -8px;
    right: -12px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 18px;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.addChangePicture {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.save_btn {
    height: 30px;
    width: 90px;
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 16px;
    letter-spacing: -0.04px;
    line-height: 14px;
    border-radius: 5px;
    background-color: #9DCB3C;
    border: 0;
}
button.Covercropbtn {
    height: 30px;
    width: 90px;
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 16px;
    letter-spacing: -0.04px;
    line-height: 14px;
    background-color: #58C6CE;
    border-radius: 5px;
    border: 0;
}
#resetPassword_Popup .modal-header {
    border-bottom: 0px;
    background-color: #58C6CE;
    border-radius: 5px 5px 0 0;
    padding: 12.5px;
    display: block;
}
#resetPassword_Popup .modal-title {
    text-align: center;
    color: #FFFFFF;
    font-family: "HelveticaNeueMedium";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
#resetPassword_Popup .close {
    filter: alpha(opacity=20);
    opacity: 1;
    background-image: url('../Images/Maintainance Images/X Website popup window.png');
    font-weight: normal;
    outline: none;
    height: 25px;
    width: 22px;
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px;
    padding: 0;
    margin: 8px 0px;
}
#Login_option .modal-header {
    border-bottom: 0px;
    background-color: #58C6CE;
    border-radius: 5px 5px 0 0;
    padding: 12.5px;
    display: block;
}
#Login_option .modal-title {
    text-align: center;
    color: #FFFFFF;
    font-family: "HelveticaNeueMedium";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
#SignUp_option .close, #Login_option .close {
    filter: alpha(opacity=20);
    opacity: 1;
    background-image: url('../Images/Maintainance Images/X Website popup window.png');
    font-weight: normal;
    outline: none;
    height: 25px;
    width: 22px;
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px;
    padding: 0;
    margin: 8px 0px;
}
#SignUp_option .modal-header {
    border-bottom: 0px;
    background-color: #58C6CE;
    border-radius: 5px 5px 0 0;
    padding: 12.5px;
    display: block;
}
#SignUp_option .modal-title {
    text-align: center;
    color: #FFFFFF;
    font-family: "HelveticaNeueMedium";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
#SignUp_option .close{
    filter: alpha(opacity=20);
    opacity: 1;
    background-image: url('../Images/Maintainance Images/X Website popup window.png');
    font-weight: normal;
    outline: none;
    height: 25px;
    width: 22px;
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px;
    padding: 0;
    margin: 8px 0px;
}
.edit-cover-photo {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 16px;
    letter-spacing: 0.02px;  
    margin: 0px;
    cursor: pointer;    
}
.dc_up {
    border-radius: 18px;
    background-color: rgba(0,0,0,0.6);
    align-items: center;
    width: 160px;
}
.edit-cover-photo:before {
    content: "";
    display: block;
    background-image: url('../Images/Login_Images/photo_image_button.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    float: left;
    margin: 4px 4px 0px 7px;
    background-size: contain;
}
input#uploadProfileImage {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.uploadControl {
    width: 160px;
    margin: auto;
    position: absolute;
    top: 90px;
    left: 0;
    bottom: 0;
    right: 0;
}
.uploadControlCover {
    width: 160px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
}
input#uploadCoverImage {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.userProfileDiv {
    margin: auto;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
}
.coverPhoto {
    background-image: url('../Images/Login_Images/Default_Pic2.png');
    height: 156px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-into-intern-con {
    font-family: 'HelveticaNeue';
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
    padding: 27px 20px;
    margin: 0;
}
.rectangle_form {
    max-width: 100%;
    height: 100%;
    width: 662px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.6);
}

.re14 {  
    width: 300px;
    max-width: 100%;
    border-radius: 50%;
}
.size_img {
    height: 14.69px;
    width: 14.69px;
    border-radius: 1.71px;
    background-color: #FFFFFF;
}
.rectangle_button_fb {
    box-sizing: border-box;    
    width: 242.76px;
    border: 0.76px solid #3D7EB1;
    border-radius: 17.07px;
    background-color: #3D7EB1;
    margin-bottom: 20px;
    cursor:pointer;
    user-select:none;
}
.act_form {
    padding: 0px 100px 0px 50px;
}
.failure_Notification {
    font-size: 18px;
    color: #EF744E;
    font-family: HelveticaNeue;
   
}
    .failure_Notification ul {
        padding: 0;
        list-style-type: none;
    }
    .username-email {
        color: #FFFFFF;
        font-family: HelveticaNeue;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 00.2px;
        line-height: 23px;
        margin-left: 10px;
    }
.input_box_login {
    height: 29px;
    width: 512px;
    max-width: 100%;
    border-radius: 14.5px;
    background-color: #FFFFFF;
    border: 0;
    color: #231F20;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    letter-spacing: 00.2px;
    line-height: 18px;
    padding-left: 10px;
}
.sp_20{
    margin-top:20px;
}
.check_bg_image label:before {
    content: '';
    border: 1px solid #58C6CE;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-align: center;
    margin-right: 10px;
}
#MainContent_LoginUser_RememberMe {
    line-height: 2.1ex;
    position: absolute;
    opacity: 0;
}
.image_bd input[type=checkbox]:checked ~ label:before {
    content: "";
    font-family: 'FontAwesome';
    background: #58C6CE;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-image: url('../Images/RSVPImage/FIlledCheckBox.png');
}
.signUp_WithEmail {
    margin-bottom: 10px;
}
.keep-me-logged-in {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}
.login_button {
    box-sizing: border-box;
    height: 34.9px;
    width: 89.76px;
    border: 0.76px solid #9DCB3C;
    border-radius: 17.07px;
    background-color: #9DCB3C;   
    color: #FFFFFF;
    font-family:HelveticaNeue;
    font-size: 15.17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.banner_image_box {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.forgot_password_txt {    
    color: #EF744E;
    font-family: HelveticaNeue;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight:bold;
    user-select:none;
    cursor:pointer;
}
.wronEmailImg::after {
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('../Images/UserProfileImages/PasswordNotMatchButton.png');
    background-repeat: no-repeat;
    vertical-align: -49%;
    margin-left: 10px;
    display: inline-block;
}
.wronEmailImg{
    display:none;
}
p.emailMatch {
    position: absolute;
    top: 16px;
    right: 0;
    color: #EF744E;
    font-size: 10px;
    font-family: "HelveticaNeue";
    display: none;
}
.emailMatch::after {
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url('../Images/UserProfileImages/PasswordCheckButton.png');
    background-repeat: no-repeat;
    vertical-align: -49%;
    margin-left: 10px;
}
.banner_bg_image {   
    /*background-image: url('../Images/Login_Images/sparetoshare_cover_photo.png');*/
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0px;
}
.cm_dafault {
    background-image: url('../Images/GroupDirectoryImgV2/Default_Directory_Cover_Photo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sign-up-create-acc {
    color: #3D7EB1;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}
.dv_forgotPass {
    padding: 30px 20px 20px 20px;
}
.email_filled {
    height: 26px;   
    color: #3D7EB1;
    font-family: HelveticaNeue;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
}
.message_okay {   
    color: #231F20;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
}
.available-web-mobi {
    color: #FEFEFE;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;   
}
.signup_button {
    height: 24px;
    margin-right: 10px;
    width: 20px;
}
.fn_text_n {
    color: #FEFEFE !important;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 10px;
}
.fn_text {
    color: #FEFEFE;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;   
}
.fn_text:hover{
    color:#fff;
}
.app_section {
    margin-top: 20px;
}
#signup_via_apple_button, #signup_via_android_button {
    cursor: pointer;
    user-select:none;
}
.APP_images {
    width: 138px;
}
div#appSectionM {
    width: 1320px;
    margin: 0 auto;
    max-width:100%;
}
#join_option .modal-title {
    text-align: center;
    color: #FFFFFF;
    font-family: "HelveticaNeueMedium";
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
#join_option .modal-header {
    border-bottom: 0px;
    background-color: #58C6CE;
    border-radius: 5px 5px 0 0;
    padding: 12.5px;
    display: block;
}
#join_option .close {
    filter: alpha(opacity=20);
    opacity: 1;
    background-image: url('../Images/Maintainance Images/X Website popup window.png');
    font-weight: normal;
    outline: none;
    height: 25px;
    width: 22px;
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px;
    padding: 0;
    margin: 8px 0px;
}
.to-join-a-new-commun {    
    color: #4A4A4A;
    font-family:HelveticaNeue;
    font-size: 16px;
    letter-spacing: 00.2px;
    line-height: 18px;
}
#No_Code_Text {
    color: #3D7EB1;
    font-family: HelveticaNeue;
    font-size: 16px;
    letter-spacing: -0.04px;
    line-height: 18px;
    cursor:pointer;
    user-select:none;
}
.sign_Option{
    cursor:pointer;
    user-select:none;
}
.imgred {
    height: 48px;
    width: 57px;
}
#join_option .form-group.focused .control-label {
    opacity: 1;
    transform: scale(0.75);
    font-size: 10px;
    margin-top: 0px;
    margin-left: 0px;
}
#join_option .form-group label {    
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #B4B5B7;
    margin-left: 8px;
    font-family: HelveticaNeue;
    margin-top: 0px;
}
#join_option .styled-input input {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C9E7F9;
    border-top: 1px solid #C9E7F9;
    padding-left: 0px;
}
#signUpFormApp .form-group{
    margin-bottom:0;
}
#signUpFormApp .styled-input input {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C9E7F9;
    border-top: 0px solid #C9E7F9;
    padding-left: 0px;
}
.inputted_text_join {
    color: #231F20;
    height: 60px;
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 17px;
    border: none;
    border-bottom: 1px solid #C9E7F9;
    border-radius: 0;
}
.acadia_cm {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
}
.oval {
    height: 124.75px;
    width: 124.62px;
    background-color: #FFFFFF;
}
.cm_image {
    width: 124.62px;
    border-radius: 50%;
    background-color: transparent;
}
.oval_8 {   
    width: 25px;
    border-radius:50%;
    height:25px;
}
.ellen_elliott {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 9px;
    letter-spacing: -0.02px;
    line-height: 11px;
    margin-left:5px;
    margin-bottom:0px;
}
.communityCount {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}
.success_txt {
    color: #231F20;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
}
.list-inline {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-end;
}
    .list-inline > li {
        padding-right: 30px;
        padding-left: 12px;
    }
.link_align {
    text-align: right;
}
.list-inline > li a {
    color: #fff;
    font-size: 18px;
    font-family: 'HelveticaNeue';
}
.inline_block_logo {
    padding: 15px 0px;
}
/*.list-inline ol, ul {
    margin-top: 6px;
    margin-bottom: 0px;
}*/
.ftr_logo {
    height: 57px;
    width: 57px;
    float: left;
    margin-right: 20px;
}
.link_titile {
    height: 22px;
    color: #FEFEFE;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 40px;
}
.footercontent {
    justify-content: flex-end;
    align-items: center;
    height: 72px;
    display: flex;
}
.prname {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.04px;
    margin-bottom: 0px;
}
.header_e {
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
    margin: 0;
}

.password-toggle-button {
    position: absolute;
    right: 3px;
    top: 50px;
    transform: translateY(-11px);
    background: none;
    border: none;
    cursor: pointer;
}

@media (min-width: 576px) {
    #Login_option .modal-sm {
        max-width: 324px;
    }
    #SignUp_option .modal-sm {
        max-width: 324px !important;
    }
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}