﻿.signin-signup .form-control {
    box-shadow: none;
    border-color: #ddd;
}

    .signin-signup .form-control:focus {
        border-color: #4aba70;
    }

.sigin-form {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.divider-or {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.divider-or::before {
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    width: 1px;
    height: 100%;
    top: 0;
    background: #aeaeae;
}
.span-or{
    background:#ffffff;
    z-index:2;
}

.signup-form {
    width: 700px;
    margin: 0 auto;
    padding-bottom: 15px;
    max-height: 500px;
   /* height: 420px;*/
    background: #fff;
}

@media (max-width: 1024px) {
    .signup-form {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 500px;
        height: 420px;
    }
  
}
@media (min-width:300px)
{
    .signup-divider {
      display:none;
    }
}

@media (min-width:768px) {
    .signup-divider {
        display: block;
        border-right: 1px solid #ddd;
        position: absolute;
        left: 100%;
        height: 8.9em;
        top: -7%;
    }
}




.signin-signup .form-body {
    color: #434343;
    border-radius: 20px;
    margin-bottom: 15px;
    background: #fff;
    /*border: 1px solid #f3f3f3;*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 0px 25px 15px 25px;
}

    .signin-signup h4 {
        text-align: center;
        font-size: 20px;
    }

.signin-signup .avatar,.welcome-popup .avatar {
    color: #fff;
    margin: 20px auto 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9;
    background: var(--me-green);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 30px;
}
.welcome-popup,.signin-signup{
    border-radius:20px;
}

.sigin-form .or-divider {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #949494;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.signin-signup .error-alert{
    margin: 0px 12px 5px 12px;
}

.sigin-form .or-divider span {
    background: #fff;
    padding: 0 10px;
    color: #949494;
}

    .signin-signup .form-group {
        margin-bottom: 10px;
    }

   

.signin-signup .form-control {
    min-height: 30px;
    border-radius: 2px;
    transition: all 0.5s;
    font-size: 16px;
}

    .signin-signup .close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

.signin-signup .btn {
    min-height: 30px;
    border-radius: 2px;
    transition: all 0.5s;
    font-size: 15px;
    cursor:pointer;
}
    /*.signin-signup .btn, .signin-signup .btn:active {
        background: var(--me-green) !important;
        border: none;
        line-height: normal;
    }

        .signin-signup .btn:hover, .signin-signup .btn:focus {
            background: var(--me-green) !important;
        }*/

    .signin-signup .checkbox-inline {
        float: left;
    }

    .signin-signup input[type="checkbox"] {
        position: relative;
        top: 2px;
    }

    .signin-signup .forgot-link {
        float: right;
    }

    .signin-signup .small {
        font-size: 13px;
    }

    .signin-signup a {
        color: var(--me-green);
    }

.required-icon {
    position: absolute;
    right: 0%;
    font-size: 20px;
    font-weight: bold;
    float:right;
}

/*#region new Ui*/
.divider-break-through::before {
    position: absolute;
    width: 50px;
    height: 2px;
    color: red;
    content: '';
    background: #b7b7b7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.divider-break-through::after {
    position: absolute;
    width: 50px;
    height: 2px;
    color: red;
    content: '';
    background: #b7b7b7;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*#end region*/