body{
    background-color: #FADDA3;
}
.font-color-logo{
    color:#5dd5c8 !important;
}
.form-group-icon{
    position: absolute;
    left: 0;
    z-index:1;
    color:#5E5E5E;
    font-size: 25px;
    padding: 5px;
    padding-left: 10px;
}
input.blue::-webkit-input-placeholder{
    color: 	#888888;
    text-align:left;
}
input.blue:-moz-placeholder{
    color: 	#888888;
    text-align:left;
}
input.blue::-moz-placeholder{
    color: 	#888888;
    text-align:left;
}
input.blue:-ms-input-placeholder{
    color: 	#888888;
    text-align:left;
}
.backgrounds{
    background: #FFF;
}
.form-base{

}
.bat{
    background-color:#FFF;
    width:266px;
}
.sign-form-logo {
    width: 420px;
    padding: 35px 43px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 2px 15px rgba(0,0,0,.3);
    margin: 0 auto;
}
.input-lg{
    height: 35px;
}
.form-group{
    margin:0px auto;
    width:100%;
    position: relative;
}
.form-group-input{
    padding: 6px 12px 5px 7px;
    min-height: 22px;
    line-height: 22px;
    border: 1px solid #e3e7ed;
    font-size: 13px;
    vertical-align: middle;
    min-width: 300px;
    padding: 0px 16px;
    font-size: 16px;
    width: 100%;
    min-width: 0;
    padding: 9px 18px;
    border-color: #e3e7ed;
    vertical-align: middle;
    color: #5dd5c8;

}
.verification-code a{
    color:#5dd5c8 !important;
}
li.color-picker i {
    font-size: 24px;
    line-height: 30px;
}
.styled-button {
    -webkit-appearance: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    padding: 9px;
    outline: 0;
    background: 0 0;
    position: relative;
    color: #006F62;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 25px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    background: #5dd5c8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.styled-button__real-text-holder {
    position: relative
}

.styled-button__real-text {
    color: transparent;
    display: inline-block
}

.styled-button__text-holder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.styled-button__moving-block {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.styled-button__moving-block.back {
    color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.styled-button__moving-block.back .styled-button__text-holder {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.styled-button:hover,.styled-button:active {
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
    background: #6ADBCE
}

.styled-button:hover .face,.styled-button:active .face {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.styled-button:hover .face .styled-button__text-holder,.styled-button:active .face .styled-button__text-holder {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.styled-button:hover .back,.styled-button:active .back {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.styled-button:hover .back .styled-button__text-holder,.styled-button:active .back .styled-button__text-holder {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.styled-button:active {
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}