.register{
    background: #f9f9f9;
    height: 100vh;
    width: 100%;
}
.ortala{
    margin: 0 auto;
}
.register .center{
    margin: 0 auto;
    background: #fff;
}
.register .left{
    background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #0a253e, #0a253e);
    font-weight: 700;
    padding: 66px 33px;
    border-radius: 16.5px 0 0 16.5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    overflow: hidden;
}
.bgbp{
    background-position: 100% 0;
    background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #227786, #0a253e)!important;
}
.register .logo{
    text-align: center;
    margin-bottom: 33px;
}
.register .left h4{
    font-size: 28px;
    font-weight: 300;
    color:#fff;
    margin-bottom: 16.5px;
    position: relative;
    z-index: 1;
}
.register .left h4 b{
    font-weight: bold;
}
.register .left p{
    font-size: 14px;
    color:#fff;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    z-index: 1;
}
.register .left .field{
    background: rgba(255, 255, 255, 0.13);
    margin: 66px -33px 82.5px;
    padding: 16.5px 33px;
    position: relative;
    z-index: 1;
}
.register .left .field p{
    text-align: center;
    font-size:18px;
    line-height: 1.8;
    margin-bottom: 0;
}
.register .left .field p b{
    font-weight:700;
}
.altdesen{
    background: url(../images/altdesen.png) no-repeat;
    background-position: 0 100%;
    padding: 206px 0;
    position: absolute;
    bottom: -70px;
    width: 100%;
    left: 0;
}
.ustdesen {
    background: url(../images/ustdesen.png) no-repeat;
    background-position: 100%;
    padding: 206px 0;
    position: absolute;
    top: -110px;
    width: 100%;
    right: 0;
}
.register .left .footer{
    color:#fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.register .left a{
    color:#fff;
    font-weight: 800;
}
.register .left .footer p{
    margin-bottom: 0;
}
.register .right{
    background: #fff;
    border-radius: 0 16.5px 16.5px 0;
    -webkit-box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.07);
    box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.07);
    position: relative;
    z-index: 2;
}
.register .right label{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4.125px;
}
.register .right label span{
    color:#890000;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    transition: all 0.15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    background: #fff;
    width: 22px;
    height: 22px;
}

.option-input:hover {
    background: #e0e0e0;
}

.option-input:checked {
    background: #fff;
}

.option-input.radio:checked {
    border: solid 1px #49c8b0;
}

.option-input:checked::before {
    font: normal normal normal 14px/1 FontAwesome;
    height: 16px;
    width: 16px;
    position: absolute;
    content: '\f111';
    display: inline-block;
    text-align: center;
    color: #49c8b0;
    line-height: 21px;
    margin-left: 1.9px;
}
.blokicerik label {
    font-size: 12px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
}

.option-input:checked::after {
    background: #fff;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
    top:5px;
}

.option-input.radio::after {
    border-radius: 50%;
}

.option-input.checkbox:checked {
    border: solid 1px #48C9B0;
}

.option-input.checkbox:checked:before {
    font: normal normal normal 14px/1 FontAwesome;
    height: 17px;
    width: 16px;
    position: absolute;
    content: '\f00c';
    display: inline-block;
    text-align: center;
    color: #48C9B0;
    line-height: 21px;
    margin-left: 3px;

}
.right .contract{
    margin-top: 16.5px;
}
.right .contract a{
    font-weight: 700;
    color:#686868;
    display: inline-block;
}
.right .contract a:hover{
    text-decoration: none;
}
.right .contract a:after{
    width: 100%;
    height: 1.5px;
    background: #a2a2a2;
    content: "";
    display: block;
    margin: 0 0 0 0;
}
.right button.registers{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 8.25px;
    padding: 8.25px 33px;
    display: inline-block;
    background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #22b6c6, #0fd5ac);
    font-weight: 700;
    margin: 0 auto 33px;
}
.right button.registers:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color:#fff;
    text-decoration: none;
}
.options{
    padding: 16.5px 33px;
}
.options .form-group{
    margin-bottom: 0;
}
.options label{
    background: #ededed;
    padding: 4.125px 12.375px 8.25px;
    margin: 4.125px;
    border-radius: 8.25px;
}
.options label.active{
    background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #22b6c6, #0fd5ac);
    background-size: 300% 100%;
    color:#fff;
}
.oynat .options label.active {
    background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #227786, #0a253e)!important;
    background-position: 100% 0;
    color: #fff;
}
.reference{
    background: #f9f9f9;
    padding: 16.5px;
    -webkit-box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.1);
    box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    text-align: center;
    font-size: 13px;
}
.reference p{
    margin-bottom: 4.125px;
}
.reference .form-group{
    margin-bottom: 0;
}
.regbut .option-input.radio:checked{
    border: solid 1px #217585;
}
.regbut .option-input:checked::before{
    color: #217584;
}
.regbut .right button.registers{
    background-image: linear-gradient(to right, #0fd5ac, #22b6c6, #227786, #0a253e)!important;
    background-position: 100% 0;
}
.regbut .right button.registers:hover {
    background-position: 60% 0;
}
.hvm{
    font-size: 12px; color:#787878; font-style: italic; margin-bottom: -5px;
}
.gyko{
    color: #333;
    margin: 8.25px 0;
    display: block;
    font-size: 14px;
}
@media (max-width: 576px){
    .register .right {border-radius: 16.5px!important;}
}