.register{
    /*background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(13,47,129,1) 38%, rgba(250,154,0,1) 100%);*/
    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;
}
.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%;
}

@media (max-width: 700px) {
    .register-right{
        width: 500px;
        margin-left: 10px;
        margin-bottom: 50px;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    .register-right{
        width: 350px;
    }
    .col-lg-6{
        margin-top: 10px;
    }
}

@media screen
and (device-width: 360px)
and (device-height: 640px)
and (device-height: 415px)
and (-webkit-device-pixel-ratio: 3) {
    .register-right{
        width: 500px;
        margin-left: 50px;
    }
}

/*.register-left img{*/
/*    margin-top: 15%;*/
/*    margin-bottom: 5%;*/
/*    -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: 10%;
    margin-top: 10%;
}
.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: -15%;
    color: #495057;
}

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

.flagdiv {
    width: 35px;
}

.flagtextdiv{
font-weight: 900;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: none;
    background: #fa9a00;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.download-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    padding: 5px 18px 5px 46px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #47536e;
    position: relative;
}

.download-btn:hover {
    background: #0D2F81;
    color: #fa9a00;
}
.download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
    padding-right: 6px;
    padding-top: 5px;

}


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

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


@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .bs-stepper.vertical{
        display: none !important;
    }
}


@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .bs-stepper.vertical{
        display: none !important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .bs-stepper.vertical{
        display: none !important;
    }
}
