.ugf-bg {
    background-image: linear-gradient(to top, #e8f4fa, #f4f7fa);
    overflow: hidden;
    background-size: cover;
}
input.checkBox {
    position: relative;
    top: 1px;
}

.redText{
    color: #da3732;
}
.ugf-logo .logo {
    height: 120px;
}
.relative {
    position: relative;
}
.ugf-container-wrap {
    min-height: 100vh;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ugf-container {
    flex: 0 0 50%;
    max-width: 570px;
}
.ugf-container .ugf-logo {
    position: absolute;
    top: 0px;
    left: 15px;
}
.ugf-form-block {
    position: relative;
}
/* .ugf-form-block:before {
    position: absolute;
    top: 30px;
    right: -65px;
    z-index: 1;
    content: url(../img/dots.png);
} */
.ugf-form-wrap {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.07);
    padding: 50px;
    position: relative;
    z-index: 9;
}
.ugf-form-wrap .marker-icon {
    position: absolute;
    top: -65px;
    right: 22px;
}
img, svg {
    vertical-align: middle;
}
.ugf-form-wrap h1.mb-3{
    margin-bottom: 16px !important;
}
.ugf-form-wrap h1 {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px !important;
}

.ugf-form-wrap h3.mb-3{
    margin-bottom: 16px !important;
}
.ugf-form-wrap h3 {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px !important;
}
.ugf-form-wrap form {
    width: 100%;
}
.ugf-form-wrap form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.ugf-form-wrap form .form-group .form-control {
    border: 1.5px solid #BCBCBC;
    padding: 8px 10px;
    width: 100%;
        border-radius: 0;
}
.ugf-form-wrap form .form-group label {
    
        margin-bottom: 5px;
    
    font-size: 14px;
}
.custom-checkbox{
    display: flex
;
    align-items: center;
    gap: 10px;
}
.ugf-form-wrap form .form-group.check-flex {
    display: flex;
  
    flex-wrap: wrap;
   
    justify-content: space-between;
  
    align-items: center;
}

.ugf-form-wrap form .form-group.mb10 {
    margin-bottom: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ugf-form-wrap form .form-group.check-flex .custom-checkbox .custom-control-input {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 3px solid rgba(0, 0, 0, 0.12);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label.custom-control-label {
    margin: 0 !important;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ugf-form-wrap form .form-group.check-flex a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.ugf-form-wrap .thirdparty-login {
     display: flex;
    margin-top: 25px;
    justify-content:center;
}
/* .ugf-form-block:after {
    position: absolute;
    bottom: -45px;
    left: -90px;
    z-index: 1;
    content: url(../img/dots.png);
} */
.alternet-access {
    position: absolute;
    top: 50px;
    right: 15px;
}
.thirdparty-login a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.ugf-form-wrap p {
    font-size: 13px;
    color: #999da3;
    margin-bottom: 20px;
}
.show-hide {
    position: absolute;
    top: 9px;
    right: 9px;
}
#terms_condition-error {
    position: absolute;
        left: 16px;
}
button.submitBtn.error {
    margin-top: 25px;
}
@media only screen and (max-width: 980px) {
    .ugf-container {
    flex: 0 0 80%;
}
}

@media only screen and (max-width: 767px) {
    .ugf-container {
    flex: 0 0 80%;
}
.ugf-container-wrap {
    display: block;    padding: 100px 0;
}
.ugf-form-wrap {
    padding: 24px;
}
.ugf-form-wrap .marker-icon {
    right:15px; top: -55px;
}
span.marker-icon img {
    width: 70px;
}
} 