img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(../images/signup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.signup {
    padding-top: 50px;
    text-align: center;
}

.field_box {
    padding: 50px 115px;
}

.field_box .inputBox {
    position: relative;
}

.field_box .inputBox input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #dedede;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #403f42;
    outline: none;
    background: transparent;
}

.field_box .inputBox label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #6a707d;
    pointer-events: none;
    transition: .5s;
    font-weight: normal;
}

.field_box .inputBox input:focus~label,
.field_box .inputBox input:valid~label {
    top: -18px;
    left: 0;
    color: #0277bd;
    font-size: 12px;
}

input[type="text"]:focus {
    border-bottom: 1px solid #0277bd;
}

.form_button {
    padding-top: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #0277bd;
    padding: 5px 40px;
    font-size: 17px;
}

.account_text {
    color: #e2e9fd;
    font-size: 15px;
}

.copyright_text {
    color: #c5ceea;
    font-size: 13px;
}

a:hover {
    text-decoration: none;
}


/* page b*/

.dropdown select {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    background-color: transparent;
    border: 0px;
    color: #6a707d;
    border-bottom: 1px solid #403f42;
    outline: none;
}

.btn-primary1 {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    background-color: #0277bd;
    padding: 5px 40px;
    font-size: 17px;
}


/* page c*/

.drag_and_drop {
    padding-bottom: 50px;
}

.white-card {
    padding: 50px 0px;
}

.box.has-advanced-upload {
    border: 2px dashed #898989;
    border-radius: 20px;
    background-color: #38353b3a;
}

.box__input {
    text-align: center;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0270af;
}

.box__input i {
    font-size: 54px;
    color: #e2e1e2;
    ;
}

.box__dragndrop {
    color: #e2e1e2;
    font-family: 'Montserrat', sans-serif;
}

.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.box__file+label {
    color: #e2e1e2;
    font-size: 14px;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.box__file+label strong {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #0056b3;
    text-decoration: underline;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box__restart {
    font-weight: 700;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}
.browse_file{
	padding: 0px 130px;
}
.form-group{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
