html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*
button,
input,
select {
    -webkit-appearance: none;
    outline: none;
}
*/

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: underline;
    color: #444;
}

iframe {
    border: none;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #666;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*--/wrapper--*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}



/*--//wrapper--*/
.loginn {
    position: relative;
}

.login-form .form-content {
    display: flex;
}

.login-form .form-content h3 {
      font-size: 20px;
    line-height: 52px;
    color: #fff;
    margin-top: 15px;
    transform: skewX(-10deg);
}

.login-form .form-content h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.login-form .form-content p {
       margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #e2e2e2;
}

.login-form .form-content a.btn {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 40px;
}

.read-more-1 {
    padding: 8px 40px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #52A494;
    border: 2px solid transparent;
    margin-top: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.read-more-1:hover {
    background: transparent;
    border: 2px solid #fff;
}

.login-form .form-left {
    width: 30%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 60px;
    background: #fff;
}

.login-form .form-right,
.login-form .form-right.donation-right {
    width: 70%;
    float: left;
    text-align: center;
    background: url(images/v1.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
}

.login-form .overlay {
    background: -webkit-linear-gradient(40deg, #102f79f5, #b30833c9), url(../img/bg.jpg);
    min-height: inherit;
    min-height: 100%;
}

.login-form .grid-info-form {
       top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
    /* max-width: 500px; */
    margin: 0 auto;
    position: absolute;
    width: 720px;
}

.login-form .signin-form {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.login-form .middle {
    margin-top: 0px;
}

.login-form .middle h4 {
    font-size: 34px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    transform: skewX(-10deg);
}

.login-form .middle p {
    max-width: 100%;
    margin: auto;
    margin-top: 5px;
    color: #666;
    font-size: 16px;
}

.login-form .signin-form label {
    color: #000;
    font-size: 15px;
    display: block;
    line-height: 33px;
    font-weight: 500;
}

.login-form .signin-form label a {
    color: #090e0d;
}

.login-form .signin-form label a:hover {
    color: #52A494;
}

.login-form .signin-form .form-input {
    margin-bottom: 15px;
}

.login-form .form-input input {
    background: #fff;
    outline: none;
    width: 100%;
    font-size: 17px;
    padding: 10px 15px;
    color: #090e0d;
    border: 1px solid #04040480;
}

.login-form .form-input input:focus {
    border: 1px solid #9b282a;
    background: #fff;
}

.login-form .signin-form button.btn {
    background: #be154e;
    color: #fff;
    text-decoration: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 45px;
    margin-top: 30px;
    border: none;
}

.login-form .signin-form button.btn:hover {
    background: #be154e;
}

.login-form .form-content p.agree {
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.login-form .container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-form .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-form .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #BECED0;
}

.login-form .container:hover input ~ .checkmark {
    background-color: #BECED0;
}

.login-form .container input:checked ~ .checkmark {
    background-color: #222;
}

.login-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login-form .container input:checked ~ .checkmark:after {
    display: block;
}

.login-form .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login-form .form-right.donation-right {
    background: url(images/banner3.html) no-repeat center;
}

.login-form .donate-form .infor {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20;
    margin-bottom: 30px;
}

/*/copy-right*/
.login-form .copy-right p {
    font-size: 15px;
    line-height: 29px;
    color: #666;
}

.login-form .copy-right p a {
    color: #666;
}

.login-form .copy-right p a:hover {
    color: #52A494;
}

/*//copy-right*/
@media (max-width: 1080px) {
    .login-form .form-left {
        width: 40%;
    }

    .login-form .form-right {
        width: 60%;
    }

    .login-form .middle {
        margin-top: 80px;
    }

    .login-form .middle h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .login-form .form-content h3 {
        font-size: 45px;
    }

    .login-form .signin-form {
        margin-top: 45px;
    }

    .login-form .grid-info-form {
        width: 100%;
    }

    .login-form .donate-form .form-one {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

@media (max-width: 900px) {
    .login-form .form-left {
        padding: 20px;
    }
}

@media (max-width: 800px) {
    .login-form .grid-info-form {
        padding: 0 15px;
    }

    .login-form .form-content h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .login-form .signin-form button.btn {
        margin-top: 20px;
    }

    .login-form .middle p {
        margin-top: 10px;
    }
}

@media (max-width: 736px) {
    
    .login-form .signin-form label {
        font-size: 14px;
    }

    .login-form .signin-form {
        margin-top: 30px;
    }

    .login-form .middle p {
        font-size: 16px;
    }
    
    .login-form .form-content p{
        display: none;
    }

    .login-form a.sign-in {
        font-size: 20px;
    }

    .login-form .middle h4 {
        font-size: 33px;
        line-height: 30px;
    }

    .login-form .form-content a.btn {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 667px) {
    .login-form .form-content {
        flex-direction: column;
    }

    .login-form .form-left {
        padding: 30px 30px;
        width: 100%;
    }

    .login-form .form-right {
        width: 100%;
    }

    .login-form .form-right.donation-right {
        width: 100%;
    }

    .login-form .signin-form {
        margin-bottom: 0px;
    }

    .login-form .form-left {
        min-height: 400px;
        padding-bottom: 50px;
    }

    .login-form .grid-info-form {
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        position: static;
        padding: 55px 15px;
    }

    .login-form .form-content a.btn {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .copy-right {
        padding-bottom: 20px;
    }

    .form-content p {
        margin-top: 25px;
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .login-form .middle {
        margin-top: 20px;
    }
    .login-form .signin-form .form-input {
    margin-bottom: 2px;
}

}

@media (max-width: 480px) {
    .login-form .form-left {
        padding: 30px 16px;
        padding-bottom: 50px;
    }
}

@media (max-width: 415px) {
    .login-form .form-content h3 {
        font-size: 35px;
        line-height: 38px;
    }

    .login-form .signin-form label {
        font-size: 13px;
    }

    .login-form .grid-info-form {
        padding: 30px 15px;
    }
}

@media (max-width: 390px) {
    .login-form .form-content h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .login-form .signin-form label {
        font-size: 13px;
    }
}

.profile-upload {
    position: relative;
    max-width: 205px;
    margin: 15px auto;
}

.profile-edit {
    position: absolute;
    right: 35px;
    z-index: 1;
    top: 10px;
}

.profile-edit input {
    display: none;
}

.profile-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.profile-edit label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.profile-edit label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.profile-preview {
    width: 170px;
    height: 170px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #293f5094;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.pro-pic {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.btn-dangerr {
    background: #001d81;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 23px;
    transform: skewX(-10deg);
    font-style: oblique;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}