CourseWork_Hotel/Hotel/HotelOrganiserApp/wwwroot/css/register.css

147 lines
2.1 KiB
CSS

.u-section-1 .u-sheet-1 {
min-height: 720px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 60px;
margin-bottom: 14px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 175px;
}
.u-section-1 .u-container-layout-1 {
padding: 30px;
}
.u-section-1 .u-image-1 {
width: 218px;
height: 115px;
margin: 0 auto;
}
.u-section-1 .u-layout-cell-2 {
min-height: 412px;
}
.u-section-1 .u-container-layout-2 {
padding: 0 30px;
}
.u-section-1 .u-text-1 {
font-weight: 700;
margin: 18px auto 0;
}
.u-section-1 .u-form-1 {
height: 323px;
width: 570px;
margin: 0 auto;
}
.u-section-1 .u-label-1 {
font-weight: 700;
}
.u-section-1 .u-label-2 {
font-weight: 700;
}
.u-section-1 .u-form-group-3 {
margin-left: 0;
}
.u-section-1 .u-label-3 {
font-weight: 700;
}
.u-section-1 .u-form-group-4 {
margin-left: 0;
}
.u-section-1 .u-label-4 {
font-weight: 700;
}
.u-section-1 .u-form-group-5 {
margin-left: 0;
}
.u-section-1 .u-label-5 {
font-weight: 700;
}
.u-section-1 .u-btn-1 {
background-image: none;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 650px;
}
.u-section-1 .u-layout-wrap-1 {
position: relative;
}
.u-section-1 .u-layout-cell-1 {
min-height: 144px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 340px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 546px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 110px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 100px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 515px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 83px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-form-1 {
width: 520px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 480px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 52px;
}
.u-section-1 .u-form-1 {
width: 320px;
}
}