.container-sm{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;

}

body{
    background: linear-gradient(11deg, rgba(2,0,36,1) 0%, rgba(13,47,129,1) 38%, rgba(57,166,236,1) 100%);
    background-repeat: no-repeat;
    min-height: 100%;
    background-attachment: fixed;
    background-size: cover;
}
.paddingleftright {
    padding-left: 0px;
    padding-right: 0px;
}

.borderless td, .borderless th {
    border: none;
    padding-right: 0px;
}

.register-left{
    text-align: center;
    color: #0d2f81;
    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%;
}

@-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: 10%;
    margin-top: 10%;
    height: 800px;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #fa9a00;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #fa9a00;
    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: #fa9a00;
    border: 2px solid #fa9a00;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -18%;
    color: #495057;
}
.subtitle{
    text-align: left;
    color: #495057;
}

.arrow{
    margin-top: 18%;
    margin-bottom: -15%;
    color: #0D2F81;
}

.custom-file-upload {
    border: none;
    background: #fa9a00;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
input[type="file"] {
    display: none;
}

.country-select-input {width: 100%;}

.country-select.inside input, .country-select.inside input[type=text]{
    width: 370px !important;
}

#dropdownMenuButton {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(34, 54, 104, 1);
    color: rgba(132, 143, 171, 1);
}
.dropdown-menu {
    min-width: 80px;
    text-align: center;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #0D2F81;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    display: none;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    margin-top: 30px;
    font-size: 36px;
    margin-left: 70px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
