body {
    background: #3e3d3d;
    font-family: Gilroy-Light,sans-serif;
}
.form.green {
    background: #dafbdb;
    margin: 19% auto;
}
.form.red {
    background: #fbdada;
    margin: 19% auto;
}


.form {
    margin: 24px auto;
    width: 400px;
    padding: 30px 25px;
    background: #dafbdb00;
    /* float: left; */
    margin: 0 auto;
    height: auto;
    border-radius: 15px;
}

h1.login-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}
.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(98% - 23px);
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
    color: #fff;
    background: #000;
    border: 0;
    outline: 0;
    width: 98%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 18px;
}
.login-button:hover{
    background: #f24d00;
}

.terms-condition{
    color: #f24d00;
}
.terms-condition:hover{
    color: #c33e00;
}

.link {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top:5px;
}

.link a {
    color: #f24d00;
}
.link a:hover{
    color: #c33e00;
}

h3 {
    font-weight: normal;
    text-align: center;
}

.registration-form {
    display: flex;
    width: 52.5%;
    margin: 0 auto;
    /* height: 100vh; */
    background: #fff;
    position: relative;
    margin-top: 3.5% !important;
    /* left: auto; */
    /* right: auto; */
    border-radius: 12px;
    flex-direction: row;
}

.form-side {
    width: 50%;
    display: inline-block;
    justify-content: space-between;
    align-content: center;
    float: left;
}

.text-side {
    float: left;
    width: 50%;
    background: #f24d00;
    height: auto;
    color: #fff;
    padding: 25px;
}

.name {
    width: 43%;
    display: inline-block;
}

.text-side p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

.text-side h1 {
    font-weight: 700;
    font-size: 30px;
    padding:0 0;
    margin-bottom: 34px;
}

img.logo-kitdesigner {
    position: relative;
    top: 25px;
    left: 6%;
    height: auto;
    width: 253px;
    margin: 0 auto 2px;
}
.myaccount-form {
    margin: 5% auto;
}

a.button {
    background: #ddd;
    padding: 10px;
    border-radius: 6px;
    color: #000;
    margin: 7px 0 !important;
    text-decoration: auto;
}
a.btn.btn-primary.logout {
    float: right;
    /* margin: 0 !important; */
    background: #000;
    margin-right: -26px !important;
}
a.button {
    background: #ddd;
    padding: 10px;
    border-radius: 6px;
    color: #000;
    margin: 17px 13px 0 0px !important;
    text-decoration: auto;
    float: left;
}

i.fa {
    padding: 0 5px;
    font-size:14px !important;
}

@media screen and (max-width: 1600px){
    .registration-form {
        width: 75.5%;
    }
}


@media screen and (max-width: 1360px){
    .registration-form {
        width: 85.5%;
    }
    .text-side {
        height: auto;
    }
}


@media screen and (max-width: 1260px){
    .registration-form {
        width: 97.5%;
    }
    .text-side {
        height: auto;
    }
}

@media screen and (max-width: 1060px){
    .form {
        width: 365px;
    }
}





@media screen and (max-width: 814px){
    
.registration-form {
    display: inline-block !important;
    width: 99% !important;
    margin: 0 auto;
    background: #fff !important;
    position: relative;
    margin-top: 0.5% !important;
    float: left;
    margin-bottom: 16px;
    overflow: hidden;
}
.form {
    margin: 0px auto 10px;
    width: 87% !important;
    padding: 30px 15px
}

.text-side {
    float: left;
    width: 94% !important;
    background: #f24d00;
    height: auto;
    color: #fff;
    padding: 25px;
}
.text-side h1 {
    font-size: 25px;
}
.text-side p {
    font-size: 12px;
}
.name {
    width: 91%;
    display: inline-block;
}
.form-side {
    width: 100%;
}

.profile-input-field {
    width: 75% !important;
    margin-left: 0 !important;
}

}





