label {
    margin:0;
}
/*
======================================================
                        big title
======================================================
*/
#title h1 {
    text-align: center;
    color:black;
    padding-top:90px;
    padding-bottom: 30px;
    margin:0;
    font-size: 52px;
}
#title label {
    text-align: center;
    color:black;
    width: 100%;
    font-size: 17px;
    line-height:27px;
    font-weight: 400;
    padding-bottom: 90px;
}
#title .req {
    text-decoration-line: underline;
}
#title .left-image {
    position: absolute;
    left: 5%;
    top: 11%;
}
#title .right-image {
    position: absolute;
    right: 5%;
    top: 11%;
}
#title .auth-description {
    padding-bottom: 0;
}
/*
======================================================
                     form inputs
======================================================
*/
.center-log-out {
    display:flex;
    justify-content: center;
    margin-bottom:50px;
}
.center-log-out .reg-page-log-out {
    background-color: #e4700a;
    border-radius: 4px;
    color: white !important;
    text-transform: none !important;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    transition: 0.25s;
}
.center-log-out .reg-page-log-out:hover {
    text-decoration-line: none;
    background-color: #cb660e;
}
#form .input {
    max-width:550px;
    max-height:60px;
    width:100%;
    height:100%;
    padding:19px 20px;
    border-radius: 5px;
    border:2px solid #DADADA;
}
#form .inputs {
    width:100%;
}
#form .inputs > * {
    margin:15px auto;
    display: block;
}

#form select {
    padding:15px 20px !important;
    color:grey;
    -webkit-appearance: none;
    appearance: none;
    background: url("../img/affiliate/select-custom-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
}
#form .row {
    display:flex;
    flex-direction: row;
}
#form .column {
    display:flex;
    flex-direction: column;
}
#form .select {
    max-width:550px;
    max-height:60px;
    width:100%;
    height:100%;
}
#form .details::-webkit-scrollbar {
    display:none;
}
#form .details {
    scrollbar-width:none;
    max-height: 150px;
    resize: none;
}
#form label {
    font-weight: 400;
}
#form .terms {
    text-decoration-line: underline;
}
#form #terms-checkbox {
    outline:none;
    position: relative;
    top:3px;
    margin-right:15px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
}
#form .terms-and-btn {
    margin-bottom:90px;
}
#form .create-account {
    background: #FFB200;
    border-radius: 5px;
    outline:none;
    color:white;
    font-weight: 700;
    transition: 0.25s;
    border:0;
    padding: 21px 56px 21px 56px;
    font-family: Arial;
    font-size:20px;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#form .create-account:hover {
    background: #dd9c0a;
}
#form .affwp-errors {
    width: 100%;
}


#form .terms-and-btn .row {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
affwp-login-form .login-checkbox-pos {
    position:relative;
    left:-4px;
    top:4px;
    margin-left:5px;
    margin-right:5px;
}
/*
======================================================
                     log in page
======================================================
*/
#affwp-login-form .create-account {
    background: #FFB200;
    border-radius: 5px;
    outline:none;
    color:white;
    font-weight: 700;
    transition: 0.25s;
    border:0;
    padding: 21px 56px 21px 56px;
    font-family: Arial;
    font-size:20px;
    margin-top:40px;
}
#affwp-login-form  .create-account:hover {
    background: #dd9c0a;
}
#affwp-login-form .log-in-input-margins {
    margin:10px 10px 10px 0;
}
#affwp-login-form .affwp-user-remember {
    margin-top:20px;
}
#affwp-login-form .login-checkbox-pos {
    left:4px;
    top:3px;
    position: relative;
    margin-right:10px;
}

/*
======================================================
                     media
======================================================
*/

@media screen and (max-width: 1600px) {
    #title .left-image,
    #title .right-image {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    #title h1{
        padding-top: 30px;
        padding-bottom: 15px;
    }
    #title label {
        padding-bottom:30px;
    }
    #form .row {
        flex-wrap: wrap;
    }
    #form .inputs:last-child {
        margin-left:0;
    }
    #form .details {
        min-height: 150px;
    }
    #form #terms-checkbox {
        margin-right:15px;
    }
    #form .create-account {
        margin-bottom:100px;
    }
    #form label {
        max-width: 500px;
    }

}

@media (max-width: 767px) {
    .content-wrap>.cell>.container-fluid>div {
        padding-top: 0;
    }
    #title {
        padding-bottom: 0;
    }
    #form .inputs > * {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #form .container {
        padding-left: 0;
        padding-right: 0;
    }
    #title h1 {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .center-log-out {
        margin-bottom: unset;
    }
}

@media screen and (max-width: 414px) {
    #form .create-account {
        width: 100%;
        margin-bottom: 50px;
        padding:20px 0;
    }
    #form .terms-and-btn {
        margin-bottom:0px;
    }
    #form .details {
        min-height: 200px;
    }
}

