/*
* @author Workahr Tech v1.2
* @package Workarh Framework
* @copyright 2023 Workahr Tech Pvt Ltd
* @website https://www.workahrtech.com
*/

.login-wrap{
    font-family: "Poppins",sans-serif;
    padding: 55px 0;
    background-image: url(../images/login-sample-bg.jpg);
    background-position: center;
    height: 100vh;
    overflow: hidden;
    /* background: #029cbb; */
}

/* .login-wrap .form-wrap {
     padding: 40px 10px;
    background: #e8fafa !important;
    color: #fff;
    border-radius: 5px;
} */

.login-wrap .form-wrap .login-form {
    /* padding: 30px;
    border-radius: 33px;
    background-color: #fff;
    color: #000; */
    padding: 30px 40px 30px 65px;
    border-radius: 33px;
    /* background-color: #fff; */
    color: #000;
}

.login-wrap .form-wrap .bg-color input {
    background-color: #ffffff;
    border: none;
}

.login-wrap .form-wrap .bg-color span {
    color: #68a7ff;
    font-size: 14px
}

.login-wrap .form-wrap .bg-color a {
    text-decoration: none;
}

.form-wrap .btn {
    background-color: #069abb;
    padding: 10px 60px;
    border-radius: 33px;
    color: #fff;
}

.form-wrap .btn:hover {
    background-color: #68a7ff;
}

.form-wrap .text {
    position: relative;
    font-size: 14px;
}

.form-wrap .text:after {
    content:" ";
    display: block;
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left:65px;
    /* background: #585858; */
}

.form-wrap .text:before {
    content:" ";
    display: block;
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 349px;
    /* background: #585858; */
}
