﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f6f6f6;
    min-height: 80vh;
    /* background-image: url('../img/loginbg.jpg');*/
    color: black;
   
}
.dark-mode {
    background-color: black;
    color: white;
}
.swichMode {
    float: right;
    margin: 10px;
    padding: 8px;
    background: white;
    /* width: 130px; */
    border: 1px solid #3786bd;
    cursor: pointer;
    color: #333;
    /* font-weight: 700; */
    font-size: 15px;
}
/*
body {
   
    background-color: white;
   
}*/
.mb-3, .my-3 {
    margin-bottom: 0.5rem !important;
}

.mobileonly {
    display: none;
}

span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

lable .mb-0 {
    margin-bottom: 0px;
}

.wrapper {
    max-width: 850px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    margin: 20px auto;
    box-shadow: 0 8px 20px 0px #1f1f1f1a;
    overflow: hidden;
}

.infodiv .form-left {
    background: #3786bd;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    color: #fff;
  /*  height: 80vh;*/
}

    .infodiv .form-left input {
        padding: 15px;
        background: #fff;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 180px;
        border: none;
        margin: 15px 0 50px 0px;
        cursor: pointer;
        color: #333;
        font-weight: 700;
        font-size: 0.9rem;
        appearance: unset;
        outline: none;
    }

.wrapper .form-left {
    background: #3959a8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    color: #fff;
}

.wrapper h2 {
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0 0;
    margin-bottom: 34px;
    pointer-events: none;
    text-align: center;
}
.wrapper h1 {
    font-weight: 700;
    font-size:30px;
    padding: 5px 0 0;
    margin-bottom: 34px;
    pointer-events: none;
    text-align: center;
}

.wrapper .form-left p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: sans-serif;
    pointer-events: none;
}
.text-trnsform-none {
    text-transform: none;
}

.wrapper .form-left .text {
   /* margin: 0px 0 25px;*/
}

.wrapper .form-left p span {
    font-weight: 700;
}

.wrapper .form-left input {
    padding: 15px;
    background: #fff;
    /*border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    width: 180px;
    border: none;
    margin: 15px 0 50px 0px;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
    appearance: unset;
    outline: none;
}

    .wrapper .form-left input:hover {
        background-color: #f2f2f2;
    }

.wrapper .form-right {
    padding: 20px 40px;
    position: relative;
    width: 100%;
}

    .wrapper .form-right h2 {
        color: #3786bd;
    }

    .wrapper .form-right label {
        font-weight: 600;
        font-size: 12px;
        color: #666;
        /*display: block;*/
        margin-bottom: 0px !important;
        float:right;
        margin-top:10px;
    }
    .wrapper .form-right .input-field {
        width: 100%;
        padding: 4px 15px;
        border: 1px solid rgb(71 129 189 / 46%);
        /* border-top-left-radius: 5px; */
        /* border-bottom-right-radius: 5px; */
        outline: none;
        color: #333;
    }

        .wrapper .form-right .input-field:focus {
            border: 1px solid #cf4e14;
        }


.wrapper .option {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: pointer;
    user-select: none
}

    .wrapper .option input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 2px
}

.wrapper .option:hover input ~ .checkmark {
    background-color: #f1f1f1
}

.wrapper .option input:checked ~ .checkmark {
    border: 2px solid #e5e5e5;
    background-color: #fff;
    transition: 300ms ease-in-out all
}

.wrapper .checkmark:after {
    content: "\2713";
    position: absolute;
    display: none;
    color: #3786bd;
    font-size: 1rem;
}

.wrapper .option input:checked ~ .checkmark:after {
    display: block
}

.wrapper .option .checkmark:after {
    left: 2px;
    top: -4px;
    width: 5px;
    height: 10px
}

.wrapper .register {
    padding: 8px;
    background: #3786bd;
    /* width: 130px; */
    border: 1px solid #3786bd;
    margin: 6px 0 15px 0px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.wrapper .resend {
    padding: 8px;
    /* background: #3786bd; */
    /* width: 130px; */
    border: 1px solid #3786bd;
    margin: 6px 0 15px 0px;
    cursor: pointer;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
}

.wrapper .cancel {
    padding: 8px;
    background: white;
    /*border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
  /*  width: 130px;*/
    border: 1px solid #3786bd;
    margin: 6px 0 15px 0px;
    cursor: pointer;
    color: #333;
  /*  font-weight: 700;*/
    font-size: 15px;
}

    .wrapper .register:hover {
        background-color: #3785bde0;
    }

.wrapper a {
    text-decoration: none;
}
.heading {
    text-align: center !important;
    font-family: serif !important;
}
a.taxtreg {
    color: red;
    font-weight: bold;
    padding-left: 3px;
    font-size: 14px;
}
/*
@media (max-width: 860.5px) {
    .wrapper {
        margin: 50px 5px;
    }
}*/
/*767.5px*/

@media screen and (max-width: 767.5px) {
    .wrapper {
        flex-direction: column;
        margin: 30px 20px;
        flex-direction: column-reverse;
        background-color: #ffffff;
        grid-gap: 20px;
        border-radius: 0px;
        flex-direction:column;
    }
    .flex-c-m{
        display:none !important;
    }

    .wrapper .form-right {
        background-color: #ffffff;
        box-shadow: 0 8px 20px 0px #1f1f1f1a;
    }
    .wrapper .form-left {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        display: block !important;
    }

    .infodiv .form-left {
        display: block;
    }

    .mobileonly {
        display: block !important;
    }
    img.logogU {
       width: 50% !important;
       
     
    }
    img.logoR {
    
        display: none;
    }
    .rover-c {
        width: 70% !important;
        margin-bottom: 20px;
    }
    .fonts{
        font-size:10px !important;
      }
    .footer{
        position:relative;
        bottom:0px;
    }

}

.login100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    /* border-radius: 50%; */
}

.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

ul {
    list-style: none;
}

.social-icons {
   position: absolute;
    bottom: 0px;
    margin-top: 30px;
     transform: translate(10%, 0px);
}

span.term {
    color: #4781bd;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
}


img.logogU {
    vertical-align: middle;
    border-style: none;
    width: 35%;
    float: right;
    padding-right: 10px;
}
.btnhide {
    display: none;
}
img.logoR {
    vertical-align: middle;
    border-style: none;
    width: 37%;
    padding-right:1%;
}

img.logogU {
    vertical-align: middle;
    border-style: none;
    width: 35%;
    float: right;
    padding-right: 10px;
}

.divrover {
    text-align: center;
}

.rover-c {
    width: 60%;
    margin-bottom: 20px
}
.textR{
    text-align:right;
}
.btn-primary {
    color: #fff;
    background-color: #f68921 !important;
    border-color: #f68921 !important;
}



/* @media screen and (max-width: 575px) {

    .wrapper {
        margin: 30px 15px;
    }

    .wrapper .form-left {
        padding: 25px;
    }

    .wrapper .form-right {
        padding: 25px;
    }
}*/
