body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
}

.form {
    padding: 30px;
}

.form .logo {
    width: 100%;
}

.form .logo img {
    width: 300px;
}

.form .logo .font.text-right {
    font-weight: 600;
}

.form .logo .font {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

/*  */

.body .custom-control-input:checked~.custom-control-label::before {
    border: #000;
    background-color: #de0024;
}

.body .btn {
    background-color: #de0024;
    color: #fff;
}

.body .btn:hover {
    color: #fff;
}

.body {
    border: 1px solid #000;
    padding: 30px;
}

.body .font-form {
    font-size: 16px;
    display: inline-block;
}

.body h5 {
    font-size: 16px;
}

.body .width {
    width: 100%;
    padding: 5px;
}

.body .width::placeholder {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.body .form-check {
    padding: 0;
}

.body .custom-control {
    margin: 15px 0px;
    text-transform: capitalize;
}

.body h4 {
    font-size: 22px;
}

.body a {
    color: #000;
}

.body .postion {
    position: absolute;
    left: -25px;
}

.body .file-one {
    display: inline-block;
    margin-left: -4px;
}

.body .four-points h4 {
    line-height: 30px;
}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    display: block;
}

[type="file"]+label {
    background: #de0024;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    cursor: pointer;
    text-transform: capitalize;
}

@media(max-width:600px) {
    .form .logo img {
        width: 200px;
    }
    .body .postion {
        position: absolute;
        left: 0px;
    }
    .form {
        padding: 0px;
    }
    .form .logo .font.text-right {
        font-weight: 600;
        font-size: 16px;
    }
    .form .logo .font {
        text-align: center;
        font-size: 16px;
    }
    .body {
        border: unset;
        padding: 0px;
    }
    .body h4 {
        font-size: 15px;
    }
    .body h5 {
        font-size: 15px;
    }
    .body .custom-control {
        width: 100%;
    }
    .body .font-form {
        font-size: 14px;
    }
    .body .btn {
        width: 100%;
    }
    .body .value .table .value {
        padding: 0;
        width: 100%;
    }
    .body .font-form {
        font-size: 14px;
    }
    .custom-control-label {
        font-size: 14px;
    }
}