
.main-content-mobile{
    background-color: #f1f1f1;
}

.input-field-mobile{
background: #fff;
border-radius: 4px 4px 0px 0px;
}
.sign-mobile{
    width: 100%;
    
    border-radius: 4px;
    font-size: 14px;
    color: white;
}
   
    .connect-text{
        text-align: center;
        color: #666666;
    }
    a.google-btn {
        border: 1px solid;
        border-radius: 4px;
        border-color: rgba(105, 105, 105, 0.863);
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding: 12px 24px;
        margin-left: 13px;
        margin-top: 6px;
    
    }
    .connect-buttons{
        color: #E82E37;
       text-align: center;
       
    }
    .connect-buttons:hover{
        color: #E82E37;
    }
    

a.google-btn:hover{
    color: #E82E37;

}
    .forget-password {
        float: right;
        height: 46px;
    }
    .register-now-text{
        text-align: center;
    }
    .account {
        max-width: 566px;
        margin: auto;
        background-color: white;
        padding-bottom: 20px;
    }

    @media (max-width: 1199px) {
        .modal-dialog{
            width: 100%;
        }
.modal-content{
    width: 100%;
}

.ps-section__right{
  /*  width: 100%;*/
}

.edit-btn{
    padding-right: 62px;
}
    }

    @media (max-width: 475px){
        .navigation__right {
            margin-top: 10px;
            margin-left: 14px;
        }
    }
    @media (max-width: 350px){
    .header--mobile .navigation--mobile .navigation__left {
        margin-left: 18px;

    }
}
    /* @media (width: 768px) {
    #homepage-photo .ps-home-search{
        padding-top: 90px;
        
        }
        .header--mobile {
            position: fixed;
        }
    } */