/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 1, 2019, 8:53:57 PM
    Author     : rohit.v
*/

#aspoportal-aspoportal-form{
      padding: 40px;
    margin-bottom: 100px;
     

}
#aspoportal-aspoportal-form .form-item{
    margin-bottom: 35px;

}

.login_extra_info ul{
    list-style-type: square;
    list-style-position:inside;
    padding:10px 10px;
    color: red;
}

  

h1{
  font-size:1.5em;
  color:#525252;
}

.box{
  background:white;
  width:400px;
  border-radius:6px;
  margin: 0 auto 0 auto;
  padding:20px;
  border: #0d9f00 4px solid; 
}
.box h2{
  font-size:14px;
}
input[type*='submit']{
  background: #254582 !important;
}

.email{
  background:#ecf0f1;
  border: #ccc 1px solid;
  border-bottom: #ccc 2px solid;
  padding: 8px;
  width:250px;
  color:#AAAAAA;
  margin-top:10px;
  font-size:1em;
  border-radius:4px;
}

.password{
  border-radius:4px;
  background:#ecf0f1;
  border: #ccc 1px solid;
  padding: 8px;
  width:250px;
  font-size:1em;
}

.btn{
  background:#2ecc71;
  width:125px;
  padding-top:5px;
  padding-bottom:5px;
  color:white;
  border-radius:4px;
  border: #27ae60 1px solid;
  
  margin-top:20px;
  margin-bottom:20px;
  float:left;
  margin-left:16px;
  font-weight:800;
  font-size:0.8em;
}

.btn:hover{
  background:#2CC06B; 
}

#btn2{
  float:left;
  background:#3498db;
  width:125px;  padding-top:5px;
  padding-bottom:5px;
  color:white;
  border-radius:4px;
  border: #2980b9 1px solid;
  
  margin-top:20px;
  margin-bottom:20px;
  margin-left:10px;
  font-weight:800;
  font-size:0.8em;
}

#btn2:hover{ 
background:#3594D2; 
}
.form-text{
    max-width: 90%;
    background:#FFFFE0; 
}

.fieldset-wrapper div .form-item{
    float:left;
    width:15%;
    
}
.js-form-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.messages__list .messages__item,.messages--error{
    color:red;
    border:1px solid;
    padding:5px;
    margin-top:5px;
     margin-bottom:  5px;
     list-style:none;
}
 