body {
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    background: #fff url(../images/bodyBg.png) no-repeat center center;
    height: 100vh;
}
a {
    color: #273480;
}
a:hover{
	color: #121a4e;
}
.ui.primary.button, .ui.primary.buttons .button{
	background-color: #273480;
}
.ui.primary.button:hover, .ui.primary.buttons .button:hover{
	background-color: #121a4e;
}
.ui.text.container, .ui.header{
    font-family: 'Roboto', sans-serif !important;
}
h1.ui.header{
	font-size: 1.9rem;
}
#my-container .row .column .ui.container {
    margin-top: 25px;
    padding: 3em 3em 1.5em 3em !important;
        max-width: 950px !important;
}
.specialfooter .first-div{
	width: 80%;
	line-height: 36px;
}
.specialfooter .second-div{
	width: 20%;
}
.giris-link{
	color: rgba(0,0,0,.87);
}
@media (max-width:700px) {
	.specialfooter{
		flex-direction: column-reverse !important;
	}
	.specialfooter .first-div{
		width: 100%;
    	margin-top: 17px !important;
    	line-height: 18px;
    	text-align: center;
	}
	.specialfooter .second-div{
		width: 100%;
		display: grid;
	}
}
.style1{
	display: flex; 
	justify-content: center; 
	align-items: center;
}