body,html{font-family:'Open Sans',sans-serif,serif;height:100%;width:100%;margin:0}#main{min-height:100vh;background:url(../images/bg-4.svg) center no-repeat;background-size:cover;background-color:#0e6b72;padding:0 10px;display:flex;flex-direction:column;justify-content:center;color:#fff}#error-main{height:100vh;padding:0 10px;display:flex;flex-direction:column;justify-content:center}#title{text-align:center}.title.baby{color:#000}.title.sleepfit{color:#fff}.logo-container{text-align:center}.logo{max-height:90px}.btn{border-radius:4px;border:none;font-family:Nunito,sans-serif;color:#fff;font-size:16px;padding:10px;margin-bottom:10px}.btn:hover{color:#fff}.btn-primary{background-color:#24b47e}.btn-primary:hover{background-color:#2da869}.btn-bayside{background-color:#60c4c0}.btn-bayside:hover{background-color:#44aca8}.btn-danger{background-color:#c72c41}.btn-danger:hover{background-color:#9c1f30}.loader{width:32px;height:32px;background-image:url(../images/loader.svg);background-size:100% 100%;animation:spin 1s infinite linear}.loader.global{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}@media only screen and (max-width:767px){.logo{width:100%;max-height:none}}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-o-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}