
            *{
                margin: 0;
                padding: 0;
                font-family: Cambria, Arial, Helvetica, sans-serif;                   
                box-sizing: border-box;
            }
            .divider-text{
                position: relative;
                text-align: center;
                margin-top: 15px;
                margin-bottom: 15px;                
            }
            .divider-text span{
                padding: 7px;
                font-size: 12px;
                position: relative;
                z-index: 2;
            }
            .divider-text:after{
                content: "";
                position: absolute;
                width: 100%;
                border-bottom: 1px solid #ddd;
                top: 55%;
                left: 0;
                z-index: 1;            
            }
            .btn-facebook{
                background-color: #405D9D!important;
                color: #fff!important;
            }
            .btn-gmail{
                background-color: #ea4335!important;
                color: #fff!important;
            }
            .errorColor{
                color:#D30000;
            }
            .forgot-btn{
                text-align:right;

            }
            .btn1{
                border:none;
                background-color:transparent;
                outline:none;
                font-weight:450;
                cursor: pointer;                
            }
            div.popup-container div.forgot-popup button.reset-btn {
                font-weight:550;
                font-style:15px;
                color:white;
                background-color:#30475e;
                padding:4px 10px;
                border:none;
                outline:none;
                margin-top:5px;
            }
            div.popup-container div.forgot-popup h2,div.popup-container div.forgot-popup input{
                color:#fa9579;
            }
            div.popup-container div.forgot-popup button.reset-btn {                
                background-color:#fa9579;
            }
            div.popup-container{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                background-color: #f0f0f0;
                width: 350px;
                border-radius: 5px;
                padding: 20px 25px 30px 25px;
            }
            div.popup-container div.forgot-popup h3{
                margin-bottom: 15px;
                color: #30475e;
            }
            div.popup-container div.forgot-popup input{
                width: 100%;
                margin-bottom: 20px;
                background-color: transparent;
                border: none;
                border-bottom: 2px solid #30475e;
                border-radius: 0;
                padding: 5px 0;
                font-weight: 550;
                font-size: 14px;
                outline: none;
            }
            div.popup-container div.forgot-popup button{
                font-weight: 550;
                font-style: 15px;
                color: white;
                background-color: #30475e;
                padding: 4px 10px;
                border: none;
                outline: none;
            }
            .eye{
                position:relative;
            }
            .fa-eye{
                position:absolute;
                right:20%;
                top:1000%;

            }