.container {
    max-width: 992px !important;
}
.demo .tox-tinymce {
    border: 1px solid #94979b;
    border-radius: 3px 3px 6px 6px;
}
input.btn-section-bg {
    padding: 7px 20px;
    margin: 0px 15px;
    border: none;
    font-size: 17px;
    margin-left: 0;
    background-color: #f22f46;
    color: #fff;
    text-transform: uppercase;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #E55D87 0%, #783e83 51%, #E55D87 100%);
    border-radius: 5px;
}
.demo {
    margin-top: 35px;
}
.big-checkbox {
    width: 20px;
}
.header .text-center {
    text-align: center!important;
    margin-bottom: 25px !important;
    margin-top: 10px !important;
}
#content{
    background: linear-gradient(129deg,rgba(242,47,70,.85),rgba(0,140,255,.85)),url(./assets/img/bg.png) 50% 50% no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: inline-table;
    background-attachment: fixed;
}
.from-btn {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.input-filed-padding {
    margin-top: 40px;
}
textarea.textarea {
    width: 100%;
    height: 150px;
    padding: 12px 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    color: #333;
    border: 1px solid #94979b;
    margin-top: 35px;
}
textarea.textarea:focus {
    outline: none;
}
 .logo {
    width: 250px;
    position:absolute;
    left: 55px;
}
h1 {
    color: #fff;
}
.top-bar {
    text-align: right;
    color: #fff;
    padding: 26px;
    font-size: 13px
}
.card__left {
    background: #fff;
    background: linear-gradient(304deg, hsla(0, 0%, 100%, .4), #fff);
    flex: 1;
    padding: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 45%
}
.card__right {
    width: 100%;
    background: #fff;
    flex: 1;
    padding: 30px 50px;
    margin-left: 0;
    margin-right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
label {
    text-transform: none;
    color: #565b73;
    display: block;
    margin-bottom: 0;
    user-select: none
}
.material-form-group {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all .25s ease-out
}
.material-form-group label {
    z-index: 2;
    position: absolute;
    font-size: 19px;
    top: 24px;
    font-weight: 300;
    transition: all .25s ease-out;
    pointer-events: none
}
.material-form-group.focus label,
.material-form-group:not(.pristine) label {
    top: 0;
    font-size: 18px;
    pointer-events: all
}
.material-form-control {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 6px 0 4px;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #94979b;
    font-size: 16px;
    outline: none;
    transition: all .25s ease-out;
    border-radius: 0
}
#tos-box {
    white-space: nowrap;
}
#tos-box label {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 2px;
    white-space: normal
}
.card {
    margin-bottom: 50px;
}

.form_response_position {
    position: fixed;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 16px 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 9999;
    max-width: 450px;
    box-shadow: -1px 0px 3px #0000008a;
}
h3.mail-success {
    font-size: 20px;
    line-height: 25px;
    padding: 14px;
    margin-bottom: 0;
    text-align: center;
    color: green;
    font-weight: 700;
}
h3.mail-error{
   font-size: 20px;
   line-height: 25px;
    padding: 14px;
    text-align: center;
    color: green;
    margin-bottom: 0;
    font-weight: 700;
    color: red;  
}



/*login from css*/

.from-btn.justify-content-left {
    justify-content: left;
}
.ml-login-from .material-form-group {
    margin-bottom: 20px;
}
.ml-login-from {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.ml-login-from .container{
    max-width: 680px !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ml-login-from .card {
    width: 100%;
    margin-bottom: 0 !important;
}
.overflow-y{
    position: fixed;
    overflow-y: scroll;
    left: 0;
    right: 0;
}
.attachment-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.material-form-group.d-flex {
    width: 25%;
}
input[type="file"]::file-selector-button {
    padding: 3px 10px;
    border: none;
    margin-right:10px;
    font-size: 18px;
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #E55D87 0%, #783e83 51%, #E55D87 100%);
    border-radius: 5px;
}



/*responsive css @media*/



@media (max-width:1100px) {
.logo {
    position: unset;
    left: 55px;
}
.header .text-center {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
}
.overflow-y .position-relative{
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 10vh !important;
}
.position-relative{
    margin-bottom: 20px;
    margin-top: 10px;
}

.logo {
    width: 200px;
    position: unset;
    left: 55px;
}
.header .text-center {
    font-size: 36px;
}
}
@media (max-width:768px) {
.material-form-group.d-flex {
    width: 50%;
    padding: 5px 0px;
}
.from-btn {
    display: block;
}
input.btn-section-bg {
    margin-bottom: 10px;
}
}
@media (max-width:640px) {
.header .text-center {
    position: unset;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
 .logo {
    margin: 0 auto;
    margin-bottom: 15px;
     width: 200px;
}

h1 {
    font-size: 22px;
}
.card {
    display: block
}
.card__left {
    width: auto;
    display: none
}
.card__right {
    width: auto;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0
}
.card__right {
    padding-left: 25px;
    padding-right: 25px
}
.ml-login-from {
    height: 75vh;
}
}
@media (max-width:380px) {
input.btn-section-bg {
    width: 100%;
}
.material-form-group.d-flex {
    width: 100%;
}
}