
body {
 background-color: #FFBE0B;
 Margin:0px;
}

p{
 Font-family: sans-serif;
}

input{
 width:100%;
 Margin-top:20px;
 Padding:10px;
 border: 1px solid #B8B8B8;
 border-radius: 5px;
 Max-width: 400px;
}

.text-color{
 color : #262626;
}

.text-color-white{
 color : white;
}


.text-color-light{
 color : #787878;
}

.text-size14{
 Font-size : 14px;
}

.text-size12{
 Font-size : 12px;
}

.no-margin{
 Margin : 0px;
}

.margin-bottom5{
 Margin-bottom : 5px;
}

.box-mini{
 margin-top: 10%;
 width: 450px;
 Padding: 20px;
}

.box-white{
 Background-color : white;
}

.margin-auto{
 Margin-left: auto;
 Margin-right: auto;
}

.align-center{
 text-align: center;
}

.border-radius{
 border-radius: 5px;
}

.btn-blue{
 width:100%;
 Max-width: 400px;
 Height:50px;
 Margin-top:20px;
 Padding:10px;
 border-radius: 5px;
 Background-color: #3A86FF;
}

.clear{
    clear: both;
}

.img-width{
  max-width:100px; !important
}



@media only screen and (max-width: 460px) {
.box-mini{
 width: 80%;
}
}
