* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
}

body {
    background: #44c4e7 url("../../assets/img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Roboto";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: hidden;
}

body::before {
    z-index: -1;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: #44c4e7;
    /* IE Fallback */
    background: rgba(68, 196, 231, 0.8);
    width: 100%;
    height: 100%;
    
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.screen {
    background: linear-gradient(90deg, rgba(80,189,214,1) 0%, rgba(0,245,255,1) 100%);
    position: relative;
    height: 600px;
    width: 460px;
    box-shadow: 0px 0px 24px #5C5696;
    inset:10px;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 510px;
    width: 570px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 50px 0;
}

.screen__background__shape2 {
    height: 230px;
    width: 220px;
    background: linear-gradient(270deg, rgba(57,123,207,1) 0%, rgba(0,245,255,1) 100%);
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(360deg, rgba(57,123,207,1) 0%, rgba(0,245,255,1) 100%);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 450px;
    width: 220px;
    background:linear-gradient(90deg, rgba(57,123,207,1) 0%, rgba(0,245,255,1) 100%);
    top: 420px;
    right: 70px;
    border-radius: 60px;
}
form{
  width:65%;
  padding: 15px 0px 0px 30px;
}
.screen__content> .pit{
  
  margin:15px 0px 0px 100px;
}
button{
  width:130px;
}
a{
  margin-top:5px;
}
.alert{
  margin-bottom: 6px;
}
.alert-success{
 width:75%;
 margin-left:8px;
}
.alert-danger{
 width:75%;
 margin-left:8px;
}