@charset "utf-8";
/* CSS Document */
.sky-create-form  input[type="text"],.sky-create-form  input[type="password"] {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #a1a1a1;
    color: #939393;
    display: block;
    padding: 9px;   
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Open Sans Light';
}
.sky-d1,.sky-d2,.sky-d3{
border:none;
padding-bottom:4px;
}
@media only screen and (max-width: 768px) {
.sky-create-form  input[type="text"],.sky-create-form  input[type="password"] {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #a1a1a1;
    color: #939393;
    display: block;
    padding: 4px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
	height: 45px;    
}
.sky-create-form{
padding:0;
}

.sky-f2 .secondbox {
    margin-right: 0px;
}
.sky-f3 .phonebox input[type="text"] {
    border: 1px solid #a1a1a1;
}
.sky-create-form {
    padding-bottom: 10px;
	padding-top: 10px;
    margin-top: 30px;
}
}