.register{
    /*background: -webkit-linear-gradient(left, #f4623a, rgba(244, 98, 58, 0.4));*/
    background-color: rgba(244, 98, 58, 0.8);
    margin-top: 1vh;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.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%;*/
}
.register-center{
    background: #f8f9fa;
    /*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 .register-form{
    padding: 7% 5% 5% 5%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    border: none;
    border-radius: 1.2rem;
    padding: 2%;
    background: #f4623a;
    color: #fff;
    font-weight: 600;
    width: 40%;
    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: center;
    margin-top: 2vh;
    margin-bottom: -15%;
    color: #495057;
}
/* file upload*/
.file-container{
    background-color:#1E2832;
    padding-bottom:20px;
    margin-top:10px;
    border-radius:5px;
}
.center{
    text-align:center;
}
.btn-container{
    /*background:#fff;*/
    border-radius:5px;
    padding-bottom:20px;
    /*margin-bottom:20px;*/
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.imgupload{
    color:#1E2832;
    padding-top:40px;
    font-size:3em;
}
#namefile{
    color:black;
}
/*h4>strong{*/
/*    color:#ff3f3f*/
/*}*/
.btn-container .selectFile{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2d68ab !important;
    border-color: #2d68ab !important;
    border-radius: 0.3rem;
    width: 6rem;
}
.word-color {
    color:  #2d68ab !important;
}

.imgupload.ok{
    display:none;
    color:green;
}
.imgupload.stop{
    display:none;
    color:red;
}
#attachment{
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width:200px;
    cursor: pointer;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    height: 50px;
}

/* common */
.register .form-floating > label {
    color: gray;
}
.register .card {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}
