﻿.header {
    /*background: -webkit-linear-gradient(left, #010006, #E90208);*/
    background: -webkit-linear-gradient(left, #3C285D, #FBB03F);
    /*background: -webkit-linear-gradient(left, #3931af, #00c6ff);*/
    width: 768px;
    border:none;
}

.register {
    /*background: -webkit-linear-gradient(left, #010006, #E90208);*/
    background: -webkit-linear-gradient(left, #3C285D, #FBB03F);
    /*background: -webkit-linear-gradient(left, #3931af, #00c6ff);*/
    /*margin-top: 3%;*/
    padding: 1%;
    width: 768px;
    height: 1166px;
}

.register-left {
    text-align: center;
    color: #fff;
    /*margin-top: 4%;*/
    height: 850px;
    vertical-align: middle;
}

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        /*margin-top: 30%;
            margin-bottom: 3%;*/
        cursor: pointer;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    height: 850px;
    width: 550px;
    overflow-y: hidden;
    overflow-x: hidden;
}


