@font-face {
    font-family: UniversNextforHSBC;
    src: url(font/UniversNextforHSBCW02-Lt.ttf);
 }
 
 * {
    font-family: UniversNextforHSBC;
 }
  
  
  body {
    font-family: "UniversNextforHSBC";
    margin: 0;
    padding: 0;
    background-color:rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-weight: 600;
}


.form_1 label,.form_1 input,.form_1 button,.main.form_1{
    font-family: "UniversNextforHSBC";
    font-size:24px!important;
    font-weight: 600;
}



.form_1 {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
}

.form_1 .logo img {
    width: 370px;
    height: auto;
    margin-bottom: 20px;
}

.form_1 form {
    margin-top: 10px;
}

.form_1 .form-group {
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    align-items: end;
}


.form_1 label {
    display: block;
    /* margin-bottom: 5px; */
    font-size: 24px;
    width: 118px;
}

.form_1 input {
    width: 100%;
    padding: 10px;
    border: 0px dashed #cccccc;
    border-radius: 4px;
    background: #ffffff;
    font-size: 24px;
    border-bottom: 2px dashed #828282;
}
.form_1 button {
    padding: 8px 20px;
    background-color: #c24e50;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 24px;
    left: 60px;
    position: relative;
    margin-top: 20%;
}

.form_1 button:hover {
    background-color:rgb(221, 91, 93);
}
.form_1 .btn {
    float:right;
}

.main{
    color: green!important;
    font-family: "UniversNextforHSBC";
    font-size:24px!important;
    font-weight: 600;


}

@media only screen and (max-width: 600px) {
    .form_1 .logo img {
        width: 250px;
    }
    .form_1 button {
        left: 25px!important;
    }
  }

