/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 26, 2020, 7:40:13 PM
    Author     : Ganesh
*/

.register{
    height: 100%;
    background:#B9E7FA;
    padding: 3%;
    padding-left: 10%;
}
.register-left{
    text-align: center;
    color: #fff;
    float: left;
}

.register-left img{
    float:left;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #B9E7FA;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background:#B9E7FA;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}


.register-left img{
    /*    margin-top: 15%;
        margin-bottom: 5%;
        width: 25%;*/
    /*-webkit-animation: mover 2s infinite  alternate;*/
    /*animation: mover 1s infinite  alternate;*/
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register-right p{
    font-weight: lighter;
    padding: 0px;

}  
.register .register-form{
    padding: 10%;
}
.btnRegister{
    float: right;
    margin-top: 2%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #e51a4b;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: left;
    color: #495057;
    font-weight: 400;
}  
.form-group{
    margin-bottom: 10px;
}
.register{
    max-width: 100%;
}
/*#e51a4b*/
select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select{
    background-image: url(../images/dropdownbtn.png);
    background-position:
        calc(100% - -1px) calc(1em + -16px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size:contain;
    background-repeat: no-repeat;
}
.imgadjust{
    margin-top: 20px;
}
@media (max-width: 768px){

    .register{
        padding-top: 30%;
    }
}

.hiddenfields{
    font-weight: 600;
    background-color: #A6FF7D;
    border: none;
}