body{
    padding:0px;
    margin:0px;
    font-family:arial;
    height:100%; width:100%;
    background:#68778d;
  }

.dots{
    position:absolute;
     height:100%; width:100%;
    background: url(../images/VectorPortal-Dot-Wave-Background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     opacity:.1
    }

.page{
    position:relative;
    width:100vw;height:100vw;
    }

.logo{
    font-weight:bold;
    font-size:50px;
    position:absolute;
    top:20px;left:20px;
    color:#8ab1d8;
    }

.welcomeBox
    {
    width:400px;
    position:absolute;
    top:80px;left:23px;
    z-index:1;
    color:#191d22;  
    }

.welcomeTitle{
    font-weight:normal;
    font-size:20px;
    }

.welcomeTxt{
    font-weight:normal;
    font-size:15px;
    position:absolute;
    }

.options{
    width:300px;
     display:flex;
     margin-top:10px;
    }
.option{
    font-size:14px;
    width:230px;height:20px;
    border:3px solid #8ab1d8;
    border-radius:7px;
    text-align:center;
    margin-right:10px;
    line-height:20px;
    color:#8ab1d8
    }

.agentLogin{
    position:absolute;
    top:10px;right:10px
    }
    
.xcolor{
    position:absolute;
    top:0px;
    right:0px;
    width:100px;
    height:100px;
    }    