* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding: 40px 60px;
    display: flex;
    min-height: 100vh;
    background-color: #fff;
}

.left-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.right-panel {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.formparent {
    background-color: #fff;
    width: 600px;
    /* box-shadow: 2px 0px 11px #00000026; */
    /* box-shadow: 1px 3px 21px #3f51b51c; */
    padding: 50px;
}

h1 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 900;
    /* color: #00000082; */
}

h1 span {
    font-weight: bold;
    color: #000;
}

p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #00000082;
}

a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    /* color: #F44336; */
    color: #000;
}

.form-control {
    margin-top: 40px;
}


.formheader {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.formheader .input-fields {
    width: 49%;
    margin-bottom: 0;
}

.input-fields {
    width: 100%;
    margin-bottom: 20px;
}

.input {
    padding: 0 14px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #00000082;
}

.input-fields label {
    display: block;
    letter-spacing: .5px;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

.input-fields input {
    width: 100%;
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 14px 14px 0;
}

.input-fields input ::placeholder {
    color: #00000082;
}

.acceptcheckbox {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

#checkbox {
    margin-right: 12px;
}

.formparent button {
    border: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    padding: 16px 0;
    border-radius: 5px;
    /* background-color: #F44336; */
    /* background-color: #36f4bd; */
    /* background-color: #000; */
    background-color:  #3F51B5;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.formparent hr {
    display: block;
    width: 100%;
}

#morelinks {
    display: block;
    margin: -12px auto 30px;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 600;
    color: #00000082;
    width: fit-content;
    background-color: #fff;
}

.anotherlinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.anotherlinks a{
    width: 49%;
}
.anotherlinks button {
    display: flex;
    background-color: transparent;
    border: 1px solid #00000082;
    color: #000;
    align-items: center;
    padding: 15px 0;
   
    justify-content: center;
    margin-bottom: 20px;
}

.anotherlinks button img {
    width: 15px;
    margin-right: 12px;
}

/* -----------left panel data */

.leftpaneldata {
    text-align: center;
}

.leftpaneldata img {
    width: 500px;
}

.error {
    font-size: 12px;
    font-weight: 600;
    color: #2196f3;
    color: #f44336;
    text-align: left;
    display: flex;
    flex: none;
    text-transform: capitalize;
}

.error img {
    width: 15px;
}

.mainerror {
    text-transform: uppercase;
    font-size: 14px;
}

.errorparent {
    display: flex;
    align-items: center;
}

.loader {
    margin-right: 10px;
    border: 3px solid #f3f3f3;
    /* Light grey */
    border-top: 3px solid red;
    /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: none;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* css responsive design ---------- */

@media only screen and (max-width:1600px) {
    .container {
        padding: 40px 50px;
    }

    .container h1 {
        margin-bottom: 12px;
        font-size: 28px;

    }

    .right-panel {
        margin-left: 40px;
    }

    .leftpaneldata img {
        width: 450px;
    }


}

@media only screen and (max-width:1440px) {
    .container {
        padding: 40px 40px;
    }

    .container h1 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .container p {
        font-size: 16px;
    }

    .container a {
        font-size: 14px;
    }

    .leftpaneldata {
        width: 450px;
        text-align: center;
    }

    .leftpaneldata img {
        width: 400px;
    }

    .formparent {
        width: 550px;
        padding: 50px;
    }


}

@media only screen and (max-width:1220px) {
    .container h1 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .formparent {
        width: 500px;
        padding: 50px;
    }

    .leftpaneldata {
        width: 400px;
    }

    .leftpaneldata img {
        width: 350px;
    }
}

@media only screen and (max-width:1120px) {
    .container {
        display: flex;
        padding: 40px 0px 40px;
        flex-direction: column;
        align-items: center;
    }

    .right-panel {
        justify-content: center;
        width: 100%;
        margin-left: 0px;
    }

    .formparent {
        width: 90%;
    }

    .left-panel {
        width: 90%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:620px) {
    .form-control {
        margin-top: 30px;
    }

    .formparent {
        padding: 40px;
    }

    .input-fields label {
        font-size: 14px;
    }

    .input-fields input {
        font-size: 13px;
    }

    .container p {
        font-size: 14px;
    }

    .container a {
        font-size: 13px;
    }

    .parent button {
        font-size: 11px;
    }
}

@media only screen and (max-width:440px) {
    .formparent {
        width: 350px;
        flex: none;
        padding: 30px;
    }

    .input-fields label {
        font-size: 13px;
    }

    .input-fields input {
        font-size: 12px;
    }

    .container h1 {
        font-size: 19px;
    }

    .container p {
        font-size: 13px;
    }

    .container a {
        font-size: 12px;
    }

    /* -----------right panel */
    .leftpaneldata {
        width: 350px;
        flex: none;
    }

    .leftpaneldata img {
        width: 270px;
    }
}


/* finally completed */