*{font-family: "Poppins", sans-serif;}
input,button{font-size:16px}
body{background-color: #040D2C;background-image: url('../img/bg.jpg');;color: white;}
.white{background-color: #e7eeff;color: #040D2C;}
body,ul,li,ol{padding:0;margin:0;list-style: none}
a{text-decoration:none;color:#2b61d6}
.left{float:left}.right{float:right}.clear{clear:both}
input,select,button,textarea{outline: none}
p{line-height: 24px;}

.color{
    background-image: linear-gradient(140deg, #FFDD00, #FBB034);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-bg{
    background-image: linear-gradient(140deg, #FFDD00, #FBB034);
}

.ic{display: inline-block;background-position: center;background-repeat: no-repeat;}
.ic_check{background-image: url('../img/ic_check.svg');height: 32px;width: 32px;}

.error{color: red;font-size: 14px;}