/**
Theme Name: Toahost
Author: Fullstackology & FullstackPress
Author URI: https://fullstackology.com/
Description: Toahost Hosting Platform is built on more than a decade of Freelance experience. The platform infrastructure is built with industry standards using cutting-edge technologies. Datacenters in the US and Europe, with a global Content Delivery Network (CDN). Individual hosting containers per website to enhanced security. Simple control panel and knowledge database with advanced functions but designed for beginner use.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toahost
Template: astra
*/
* 
.form-input {
	width: 100% !important;
    max-width: 100% !important;
    background-color: #fff !important;
    color: #373a3c !important;
    vertical-align: middle !important;
}
.send{
	width: 100% !important;
    max-width: 100% !important;
	color: #ffffff;
    background-color: #818a91 !important;
    border-color: #818a91 !important;
}
.send:hover{
	background-color: var(--ast-global-color-1) !important;
}
.createuserform .form-input {
    border-width: 2px !important;
    border-color: #9c9c9c !important;
}
.password-div{
    position: relative;
}
.confirm-password-div{
    position: relative;
}
i.formeyeicon{
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 35px;
}
i.cformeyeicon {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 35px;  
}