.ui-dialog {
    margin: 10px;
    padding: 0;
}

input[type="checkbox"] + label::before {
	top: 1px;
}

div.sw-popup-window p.keeplogin {
    font-family: "robotolight";
    margin-bottom: 20px;
    text-align: left;
}

.progress-block {
    background: white;
    display: block;
    font-size: 18px;
    height: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	letter-spacing: 1px;
}

.progress-block div {
    background: url("/o/widget-portlet/images/loading_animation.gif") no-repeat scroll 0 0;
    color: #06496f;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    text-indent: 64px;
    width: 200px;
}

.sw-error-message {
    background: tomato none repeat scroll 0 0;
    border: 1px solid red;
    border-radius: 4px;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    position: absolute;
    text-indent: 20px;
    top: 95px;
}

.sw-error-message span:first-child {
  margin-right: 10px;
}

div.sw-popup-window h1 {
    border-bottom: 1px solid;
}

#login-message-block,
#register-message-block {
	background: red none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    bottom: 15px;
    color: white;
    display: none;
    font-size: 17px;
    height: 42px;
    left: 20px;
    line-height: 35px;
    padding: 5px 20px 5px 0;
    position: absolute;
    top: 17px;
}

#login-message-block span:first-child, 
#register-message-block span:first-child {
	color: white;
    font-size: 25px;
    padding-right: 15px;
    position: relative;
    top: 3px;
	cursor: pointer;
}

#login-message-block,
#register-message-block {
    color: white;
    font-family: inherit;
    font-weight: normal;
}

.sw-default-text {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #bababa !important;
    font-style: italic;
}

div.sw-popup-window .b-close {
    background: white none repeat scroll 0 0;
    border-bottom: medium none;
    border-left: medium none;
    color: #eb8f26;
    cursor: pointer;
    font-size: 2em;
    padding: 0 15px 5px;
}

div.sw-popup-window .b-close:hover {
    background: #eb8f26;
    border-bottom: none;
    border-left: none;
    color: #fff;
    cursor: pointer;
}

/* END */

@media screen and (max-height: 575px){
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	
	.g-recaptcha iframe {
		width: 100% !important;
	}
}


#login-message-block,
#register-message-block {
    border-radius: 0;
    display: block;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	padding: 4px 0;
}

#login-message-block span,
#register-message-block span {
    color: white;
    font-size: 145%;
    padding-right: 1%;
    position: relative;
    top: 2px;
}

#login-message-block span:first-child, 
#register-message-block span:first-child {
    color: white;
    cursor: pointer;
    font-size: 145%;
    padding-right: 1%;
    position: relative;
    top: 1px;
}