.ordertable td input{padding: 10px 5px;margin: 15px 0;}
.grayfont{padding: 17px 0;}
#topMBg{border:none;}

.commonSections .sec-header {
    color: #34495e;
}
.container {
    max-width: 1180px;
    padding: 0;
}
.col-md-12 {
    width: 100%;
}
#webmailAndHostingLogin .sec-header h1 {
    margin: 0px;
}
.commonSections h1 {
    margin-bottom: 30px;
    font-size: 62px;
    font-weight: normal;
    font-family: 'latobold',sans-serif;
}
#webmailAndHostingLogin .sec-header p {
    margin-bottom: 35px;
    color: #34495E;
}
.commonSections p {
    font-size: 18px;
    line-height: 125%;
}
#webmailAndHostingLogin #sec-form {
    padding-top: 13px;
    padding-left: 3px;
    padding-bottom: 13px;
    border-top: 2px solid #D4D9DC;
    background-color: #ECF0F1;
	float: left;
    width: 100%;
}
.container {
    max-width: 1180px;
    padding: 0;
	margin-right: auto;
    margin-left: auto;
}
.forgot-password .forgotemail, .forgot-username .forgotemail {
    display: block;
    float: left;
    width: 25px;
    text-align: left;
    color: #34495E;
}
#webmailAndHostingLogin .tooltips {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -10px;
}
.forgot-password .forgotemail .tooltips, .forgot-username .forgotemail .tooltips {
    top: 14px !important;
}
.glyphicon {
    top: 1px;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#webmailAndHostingLogin input {
    font-size: 15px;
}
.forgot-password .uname, .forgot-username .uname {
    margin-bottom: 8px;
    transition: border .25s linear 0s,color .25s linear 0s;
    color: #555;
    display: block;
    padding: 10px 20px;
    border: solid 2px #BDC3C7;
    border-color: transparent;
    float: left;
    border-radius: 4px;
}
.forgot-password .btn-wrap, .forgot-username .btn-wrap {
    float: left;
    margin-left: 30px;
}
#webmailAndHostingLogin #sec-form .btn {
    height: 42px;
}
.forgot-password .btn, .forgot-username .btn {
    width: 120px;
}
.btn-primary, .btn.btn-primary, .btn.btn-primary:visited, .btn.btn-primary:active {
    background-color: #1ABC9C;
    color: #FFFFFF;
    border-bottom: 2px solid #148f77;
    outline: 0;
}
.btn {
    padding: 8px 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: Latoregular;
    box-shadow: none;
    font-size: 15px;
    border: 0;
    outline: none;
	border-radius: 4px;
}
#webmailAndHostingLogin #sec-signup {
    max-height: 400px;
	clear: both;
}
.forgot-password #sec-signup, .forgot-username #sec-signup {
    padding: 25px 0 25px;
}
.forgot-password .backgroundImage, .forgot-username .backgroundImage {
    background: url(../img/keys-username.png) no-repeat right center;
    background-size: contain;
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-envelope:before {
    content: "\2709";
}
#webmailAndHostingLogin #sec-signup .container h5 {
    font-family: 'latolight';
        margin: 10px 0;
}
.commonSections h5 {
    font-size: 28px;
    font-weight: normal;
}
#webmailAndHostingLogin #sec-signup .container h5 a {
    font-family: 'latoregular';
    color: #E52F62;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rememberuname{padding: 8px 0;}
.forgotuser{float: left;padding: 12px 5px 0 5px;}
.emailWrapper{margin-left: 10px;float: left;}
.forgot-password .forgotemail{padding: 12px 0px 0 5px}
.emailaddress-group font,.emailaddress-group font{float: left;padding: 12px 5px;}

@media screen and (max-width:414px){
	.ordertable td input{width:80%;}
	.ordertable td .btn1,.btn2{width: auto;}
	
	.box{padding:20px 0 !important;}
	.row{padding: 0 10px;}
	.commonSections h1{font-size: 32px;}
	.forgotuser{padding: 12px 5px 0 15px;}
	.commonSections h5{font-size:18px;}
}
@media screen and (max-width:320px){
	.commonSections h1{font-size: 26px;}
	.commonSections p{font-size: 14px;}
	.forgot-password .forgotemail {padding: 12px 5px 0 0px;width: auto;}
	.commonSections h5{font-size:14px;}
}